Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Support for TIMEZONEZ column type #116

Open
mrfelton opened this issue Feb 9, 2016 · 1 comment
Open

Support for TIMEZONEZ column type #116

mrfelton opened this issue Feb 9, 2016 · 1 comment

Comments

@mrfelton
Copy link

mrfelton commented Feb 9, 2016

MoSQL doesn't appear to support the Postgres TIMESTAMPZ date type (otherwise known as timestamp with timezone)

http://www.postgresql.org/docs/9.4/static/datatype-datetime.html

This makes it impossible to include timezone information in date fields currently.

@andrewbaker00
Copy link

@mrfelton Use:
created_at: TIMESTAMP WITH TIMEZONE

works for me.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants