Top "Timezone-offset" questions

A time zone offset describes the difference between a "wall time" and UTC.

Java 8 Date and Time: parse ISO 8601 string without colon in offset

We try to parse the following ISO 8601 DateTime String with timezone offset: final String input = "2022-03-17T23:00:00.000+0000"; OffsetDateTime.parse(…

java datetime iso8601 timezone-offset datetime-parsing
ISO 8601 date-time format combining 'Z' and offset of '+0000'

I'm playing with date-time format from ISO 8601. I have this pattern: "yyyy-MM-dd'T'HH:mm:ssZZ'Z'" and the output is: "2015-11-17…

time datetime-format iso8601 timezone-offset
Identifying time zones in ISO 8601

No, I'm not talking about zone offsets --- those can vary during the year for a region based on e.…

java timezone iso8601 timezone-offset
PHP: DateTime::createFromFormat() with timezone

I want to convert date form from d/m/Y to Y-m-d with timezone offset. I am able to convert …

php datetime timezone timezone-offset
jQuery.datepicker.formatDate and timezone offset

To handle dates, i'm using a jQuery UI public method in my application: jQuery.datepicker.formatDate See params & source …

javascript jquery-ui timezone-offset
How do I convert UTC/ GMT datetime to CST in Javascript? (not local, CST always)

I have a challenge where backend data is always stored in UTC time. Our front-end data is always presented in …

javascript datetime timezone data-conversion timezone-offset
Django default=timezone.now + delta

Trying to set a timestamp for a key expiration in Django model and bumped into this issue : My current code : …

django django-models timezone timezone-offset
How can I extract the value of my current local time offset?

I'm struggling a bit trying to format and display some IBM mainframe TOD clock data. I want to format the …

go timezone-offset
mysql NOW() return wrong value whereas global timezone is set +00:00

since 2 weeks I puzzled over timezone issue, everything working fine on my localhost BUT it returns wrong value on dedicated …

mysql timezone-offset
PHP & MySQL: Converting Stored TIMESTAMP into User's Local Timezone

So I have a site with a comments feature where the timestamp of the comment is stored in a MySQL …

php mysql datetime timezone timezone-offset