mongoose-timezone
mongoose-timezone copied to clipboard
Can this be used on an existing dateset?
trafficstars
Hi OP,
Can this library be used for an already existing database? im having issues getting the right data as the user is in WIB and the database stores date in UTC. please help
If it's already being stored as UTC, it should work.
If the database dates have time offsets applied, then I think the only way would be to create a sort of "migration script" to remove the offsets before using this plugin.