jdonaldson / postgrehx

An implementation of the postgres wire protocol in Haxe
16 stars 3 forks source link

Parsing more timestamp and date datatypes to haxe Date #11

Open theRemix opened 10 years ago

theRemix commented 10 years ago

I added some tests to check if a Date object is being returned from these datatypes DATE, TIMESTAMP, TIMESTAMPTZ, TIME, TIMETZ

https://github.com/theRemix/postgrehx/commit/a1bcae586444fb2ea57e4e806142009e4c6c11e3

neko fails in my tests with this error: Invalid date format : 1999-01-07 08:05:06-10

i still have some more work to do to support datatypes with timezone

jdonaldson commented 10 years ago

Got sidetracked but will sort this out soon.

jdonaldson commented 10 years ago

Coming back to this lib after a hiatus...