You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@etch.apache.org by Andrew Pennebaker <ap...@42six.com> on 2013/08/23 16:49:08 UTC

Etch data type for datetimes?

Could there be an Etch data type for datetimes? That would greatly increase
compatibility between systems, reducing errors from printers and parsers,
and relaxing requirements for producers and consumers to use specific
formatters.

Re: Etch data type for datetimes?

Posted by Michael Fitzner <fi...@gmail.com>.
The Datetime type is supported via an Builtin type. In the Etch IDL you can
write it like here
http://svn.apache.org/repos/asf/etch/trunk/tests/src/main/etch/Types.etch This
will be translated to the native date time type like in Java to
java.util.Date

Thanks
Michael


2013/8/23 Scott Comer <we...@mac.com>

> There is.
>
> Sent from my iPhone
>
> On Aug 23, 2013, at 9:49 AM, Andrew Pennebaker <ap...@42six.com>
> wrote:
>
> > Could there be an Etch data type for datetimes? That would greatly
> increase compatibility between systems, reducing errors from printers and
> parsers, and relaxing requirements for producers and consumers to use
> specific formatters.
>

Re: Etch data type for datetimes?

Posted by Scott Comer <we...@mac.com>.
There is.

Sent from my iPhone

On Aug 23, 2013, at 9:49 AM, Andrew Pennebaker <ap...@42six.com> wrote:

> Could there be an Etch data type for datetimes? That would greatly increase compatibility between systems, reducing errors from printers and parsers, and relaxing requirements for producers and consumers to use specific formatters.