Top "Timezone" questions

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

How can I handle time zones in my webapp?

I'm looking for better understanding of the following user story: John works in Sidney. At 9:00 in the morning, he logs …

web-applications timezone usability
How can I set a timezone in the datetimepicker?

I'm using this datetimepicker jquery plugin: http://xdsoft.net/jqplugins/datetimepicker/ and I didn't get it how to use timezone. …

jquery timezone datetimepicker
PHP date_default_timezone_set() Eastern Standard Time (EST)

Long story short Is there an official, un-deprecated timezone that PHP5 recognizes for Eastern STANDARD time--not Eastern DAYLIGHT time? Short …

php timezone dst
Carbon::now() is not using UTC

I am from Philippines. If ever I will use Carbon::now(), it catches my machine time and not the UTC …

php laravel timezone timestamp php-carbon
How to get the common name for a pytz timezone eg. EST/EDT for America/New_York

Given a pytz timezone for a particular user(calculated from his offset), i want to display the common name for …

python django timezone pytz
unknown timezone name in R strptime/as.POSIXct

Where can I find a list of all legal time names for R function as.POSIXct? as.POSIXct("1970-01-01",…

r timezone strptime
Provide time zone to Spring @Scheduled?

How can I configure the time zone for a Spring based @Scheduled cron job? Background: I have a job that …

java spring cron timezone scheduling
How to print time_t in a specific format?

ls command prints time in this format: Aug 23 06:07 How can I convert time received from stat()'s mtime() into this …

c linux time timezone ls
How to change DBeaver timezone / How to stop DBeaver from converting date and time

When I use DBeaver with Cassandra, it shows an offset of +01:00 even though the data is stored in Date or …

timezone dbeaver
Why isn't my time zone being saved into my NSDate?

I must initialize an NSDate object from NSString in objective-c. I do it like this: NSString *dateString = [[webSentence child:@"DateTime"].…

objective-c timezone nsdate nsdateformatter