Any best strategy to implement TimeZone for an existing application.
because, there will be many places using updatedBy, createdBy etc..Any good
design pattern to make it easy to implement
Any best strategy to implement TimeZone for an existing application.
because, there will be many places using updatedBy, createdBy etc..Any good
design pattern to make it easy to implement
Store UTC time, provide UTC time, let client convert it to whatever time zone they deem fit (if that is a browser for example, they can use the browsers timezone).