simov/express-admin

Datepicker saving timezone with timestamp

Opened this issue · 1 comments

I'm using Datepicker to save to a posgres TIMESTAMP WITH TIME ZONE, I can't find in the documentation any way to save timestamp with the local time zone, so then I can parse it to utc. Is there any way to do this?

simov commented

You have to use a preSave event hook most likely.