Top "Timezone" questions

A time zone is a region on Earth that has a uniform, legally mandated standard time.

Unable to obtain ZonedDateTime from TemporalAccessor using DateTimeFormatter and ZonedDateTime in Java 8

I recently moved to Java 8 to, hopefully, deal with local and zoned times more easily. However, I'm facing an, in …

java timezone java-8 datetime-format java-time
Parsing date and timestamps in Python with time.strptime format

My cloud server logs time in this format: [17/Dec/2011:09:48:49 -0600] To read it into Python variables, I can say: >&…

python time timezone strptime
date_default_timezone_set("Europe/London") does not return correct time

When I use following code to get current London time, it gives the wrong time. At the time of testing …

php timezone default-value date-format
How to change the time zone in Jenkins?

I wish to change the time zone of the Jenkins. I have changed the time zone of the Jenkins installed …

jenkins timezone jenkins-plugins
Converting date between timezones swift

I have a date stored on my online server database which is in GMT. I load the date and convert …

ios swift timezone nsdate gmt
Oracle TIMESTAMP WITH TIMEZONE named zone vs offset

In oracle, is the named timezone always stored? I have been testing this column within our system, and in some …

oracle datetime timezone timestamp dst
How to check if a datetime object is localized with pytz?

I want to store a datetime object with a localized UTC timezone. The method that stores the datetime object can …

python datetime timezone pytz
Prevent timezone conversion on deserialization of DateTime value

I have a class that I serialize/deserialize using XmlSerializer. This class contains a DateTime field. When serialized, the DateTime …

c# datetime xml-serialization timezone
Convert NSDate to NSString with NSDateFormatter with TimeZone without GMT Time Modifier

I'm initializing my NSDateFormatter thusly: NSDateFormatter *dateFormatter = [[[NSDateFormatter alloc] init] autorelease]; [dateFormatter setLocale:[[[NSLocale alloc] initWithLocaleIdentifier:@"en_US_POSIX"] autorelease]]; […

objective-c timezone nsdateformatter nstimezone
How can I parse a date including timezone with Joda Time

This snippet of code always parses the date into the current timezone, and not into the timezone in the string …

java datetime timezone jodatime