express-admin
express-admin copied to clipboard
Datepicker saving timezone with timestamp
trafficstars
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?
You have to use a preSave event hook most likely.