tomerfiliba / agnos

Agnos - The Agnostic RPC Framework
http://agnos.sourceforge.net
Other
14 stars 7 forks source link

Date Type documentation is incorrect #53

Closed davidsj2 closed 12 years ago

davidsj2 commented 12 years ago

http://agnos.sourceforge.net/userguide/types.html#doc-types

Documentation states that "datetime" is used in the IDL to represent a date. Attempting to use datetime results in the following error: agnos_compiler.idl_syntax.IDLError: unknown type 'datetime'

I believe the correct date type is simply "date".

tomerfiliba commented 12 years ago

@davidsj2 - thanks!