Questions tagged [timestamp-with-timezone]

A datetime (timestamp in SQL) that is time zone aware, usually by storing time zone information along with the datetime. Data type defined in the SQL standard.

A ( in ) that is aware, usually by storing time zone information along with the datetime.

defined in .

Note that , different from most other s, stores this data type as timestamp in , so that time zone information is not preserved upon retrieval.

496 questions
-4
votes
1 answer

Is there a referentially transparent way to work with times in php

I am trying to convert times to and from the following timezones, regardless of when or where the code is run: The timezone of the running code AEST (Australian Eastern Standard Time) EDT (New York Eastern Daylight Time) For example, given a unix…
grasevski
  • 2,894
  • 2
  • 21
  • 22
1 2 3
33
34