Is there a way to store in GMT timezone format “2020-02-07T17:14:33Z”
Not directly. Your best bet is to store all the data in your entire DB normalized to one time zone, such as GMT or a desired local time zone.
Is there a way to store in GMT timezone format “2020-02-07T17:14:33Z”
Not directly. Your best bet is to store all the data in your entire DB normalized to one time zone, such as GMT or a desired local time zone.