Re: Geode Native Client date format

2017-08-31 Thread Udo Kohlmeyer
August 2017 09:23 To: dev@geode.apache.org Subject: Geode Native Client date format Hi, The PDX writer has a writeDate method. This results in a PDX date in DD/MM/ format. I’m looking for HH.MM.SS.fff as well but can’t find a way to do that? Kind regards,

Re: Geode Native Client date format

2017-08-31 Thread Juan José Ramos
at is stored as for > example: Thu Aug 31 09:29:25 BST 2017 > > The problem is when the REST API does a GET for the value stored, it is > being returned as DD/MM/ only > > Any ideas? Thanks 😊 > > From: Rupert St John Webster > Sent: 31 August 2017 09:23 > To: dev@

RE: Geode Native Client date format

2017-08-31 Thread Rupert St John Webster
: dev@geode.apache.org Subject: Geode Native Client date format Hi, The PDX writer has a writeDate method. This results in a PDX date in DD/MM/ format. I’m looking for HH.MM.SS.fff as well but can’t find a way to do that? Kind regards,