Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handling hh:mm:ss offsets #6

Closed
twistedvisions opened this issue Jul 9, 2014 · 1 comment · Fixed by #8
Closed

handling hh:mm:ss offsets #6

twistedvisions opened this issue Jul 9, 2014 · 1 comment · Fixed by #8

Comments

@twistedvisions
Copy link

For early timestamp with timezones, postgres gives odd offsets, for example:

select timestamp with time zone '0005-02-03 10:00:00.000Z'

gives "0005-02-03 10:53:28+00:53:28" on a server in Germany and "0005-02-03 10:53:28+00:53:28" for a server in the UK. Weird!

I guess these are based on your environment's locally stored timezone file. This isn't part of the spec but postgres does output it, so I guess this project should handle it.

I'll submit a PR in a moment.

@brianc
Copy link
Owner

brianc commented Jul 13, 2014

👍 awesome awesome testing! 👏 👌 Will release today.

@brianc brianc closed this as completed in #8 Jul 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant