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

learn more… | top users | synonyms (3)

0
votes
2answers
9 views

How to make symfony2 to set time_zone in mysql?

How can I set custom drivers options in symfony2 In this case I want to run set_timezone in mysql as part on the connection initialization.
1
vote
1answer
27 views

How can I convert a Time from some timezone to UTC, taking into account Daylight Saving, in Ruby?

I have an app where different users are in different parts of the globe (I know their timezone), and they can enter dates and times, and I need to store everything in UTC on the DB. Normally to ...
1
vote
1answer
24 views

Offset system time by # of seconds [closed]

In Ubuntu 12.04, I want to offset the system time by around 20 seconds, so that 08:00:00 is actually 07:59:40. I want to do this system-wide, not just in an application running on the server. Is this ...
0
votes
0answers
29 views

date function in PHP - applies timezone? [duplicate]

I came across something I found a bit confusing when using the date() function. // Set up unix timestamp 03:34 $t = (3 * 60 * 60) + (34 * 60); // 12840 seconds echo date('Y-m-d H:i',$t); // displays ...
0
votes
1answer
35 views

NSDate date with timezone and no localization of the formating

I need to get the date+time+timezone of the device without any localized text (I was getting arabic letters and different time formats from different countries using [nsdate date] ) Input code: ...
1
vote
1answer
36 views

Expression of timezone offset - clarification appreciated

Something I'm currently working on requires localised times for users around the world. All datetimes are stored as UTC, so converting them is easy enough and we have a known, safe, point of ...
1
vote
1answer
22 views

How do I set the timezone from command line ?

How can I set the timezone in Windows from command line or from a batch file? Do I need to use powershell or cscript?
1
vote
1answer
13 views

What is the timestamp reference after deducting from getTimezoneOffset()?

For example I have this: d = new Date(2013,04,20,14,56,10) Mon May 20 2013 14:56:10 GMT+0800 (SGT) dt = d.getTime() /1000 1369032970 Now, timezoneOffset value is d.getTimezoneOffset()*60 -28800 ...
-2
votes
2answers
53 views

How to set php timezone [closed]

I have tried to fix this for hours but without any bigger success. I need this to be working (I have managed to fix another function (while not using {} tag) using a normal php function such as: ...
0
votes
2answers
29 views

Using current time in UTC as default value in PostgreSQL

I have a column of the TIMESTAMP WITHOUT TIME ZONE type and would like to have that default to the current time in UTC. Getting the current time in UTC is easy: postgres=# select now() at time zone ...
1
vote
2answers
34 views

Does date_default_timezone_set() effects time()?

If I set a time zone like: date_default_timezone_set('America/Los_Angeles'); Will it affect the value of time()?
0
votes
2answers
43 views

How to convert datetime.time from UTC to different timezone?

I have variable which holds time which is of type datetime.time in UTC, I wanted it to convert to some other timezone. we can convert timezones in datetime.datetime instance as shown in this SO link ...
1
vote
0answers
30 views

converting getTimezoneOffset() into static timezone

I have the problem of trying to convert a GMT timestamp on some json to localtime for use in Highcharts. But because there is a lag between getting the json with the timestamp and when the function ...
2
votes
1answer
49 views

On Windows7 Machine java.util.Date is in GMT, but Windows Clock App shows correct local time

I have a Java application that shows various dates, all in the local time zone. It has always worked correctly in testing, on Windows 7. Now it has been moved to production to a Windows 7 machine in ...
1
vote
0answers
45 views

Java 1.6, Calendar and Java cache

This is my first question, but is a important question (and strange question). Sorry if my english is not good, I dont speak it often. I have a big problem when I want to get a ...
0
votes
1answer
26 views

Android Timezone.getDefault() gives Asia/Calcutta and not Asia/Kolkata

I am using the Android TimeZone functionality and my app is communicating with a server that expects Asia/Kolkata from devices in India. However, when getting the ...
0
votes
0answers
21 views

Google Calendar API: TimeZone not taken into account by google server?

I am playing around with the google calendar programmatic interface at: https://developers.google.com/google-apps/calendar/v3/reference/events/insert#try-it When I execute the following request I ...
0
votes
2answers
46 views

Calculate date and time corresponding to different timezone

I have an ipad application that draws a graph with time on y-axis. Now my problem is that, this same graph by a user can be accessed anywhere in the world. But then the time on the graph should be ...
0
votes
1answer
28 views

Wrong time when I convert UTC time to “E. South America Standard Time”

I created this method to convert a DateTime from UTC to another timezone public static DateTime GetDateTimeFromUtcTo(string timeZoneName, DateTime time) { DateTime newDateTime = ...
2
votes
1answer
27 views

Will NodaTime work in a web application which has been hosted in a intranet environment without internet connection?

I have a Web application which is hosted in an Intranet Environment without Internet connection. Will NodaTime work in the web application and will it be able to retreive the TimeZone information from ...
0
votes
1answer
42 views

Android locatoin getTime() always returns big different time

I am getting location using Location Manager regulary depending on the setting, 2minutes in testing case and trying to use location.geTime() method. I am not using ...
0
votes
1answer
31 views

Ics-file with wrong timezone

My .ics-file doen't show the right time-zone in Google Cal. In iCal and on iPhone & iPad it is shown currectly. I really can't see what's wrong!The timezone has to be set Copenhagen-time :) ...
0
votes
2answers
42 views

ICS file dynamic timezone issue [duplicate]

I am trying to generate ics file dynamically in PHP, where timezone is dynamic according to the location given. Everything works good but there is daylight time issue i.e it shows time difference of ...
1
vote
2answers
33 views

Firefox returning invalid for timezone offsets?

I've come across what appears to be an odd result from Firefox. Using the following format: 2013/01/01 00:00:00-0000 For my date, I run into an issue when the timezone goes "positive". For example. ...
0
votes
2answers
68 views

how to detect users timezone [duplicate]

i need to know what time zone is currently my users is in based on their Ip or http header. This is very urgent to me. I got many answer regarding this issue, but i could not understood those ...
1
vote
1answer
53 views

Date does not match in different programming language with System date

Hi i am having a problem with date. The date returned by Java and PHP does not matches my system date. Here is my system settings date and time Date = 05-13-2013 10:58 AM Time Zone Info = ...
0
votes
3answers
33 views

Time zone confusion processing javascript generated date in php

I am located in the (PDT) time zone at time Sat May 11 2013 20:58:51 (my time) I generated a date/time using the following code. var date = new Date(); alert(date); This returns the result "Sat ...
0
votes
2answers
47 views

Calculating timezone from GMT value - Android

In a android form , i am accepting a GMT value(offset) from user such a +5:30 , +3:00. and from this value , i want to calculate the timeZone that is "India/Delhi". Any ideas on how to do it ...
0
votes
1answer
57 views

jodatime how to know if daylight savings is on

I have an API that needs the timezone. For eg. if I am in california, I need to pass -7 to it when daylight savings is on (California , PDT is GMT - 7) and -8 to it when daylight saving is off. But I ...
0
votes
1answer
45 views

How do you make JavaScript's New Date() function display the same in different timezones? [duplicate]

I'm in the process of building out a timeline featured for my web app and I am manipulating the elements added to the timeline by using: var time_going = new Date(data2.time_going * 1000), ...
0
votes
0answers
28 views

Convert New York time to UTC using Javascript [duplicate]

I would like to convert a time specified as year month day hours minutes and seconds which is local to new york (for the new york stock exchange) into UTC times so that stock prices can be compared ...
2
votes
3answers
42 views

Is timezone just an offset number or “more information”?

I live in a country where they change the time twice a year. That is: there is a period in the year when the offset from UTC is -3 hours (-180 mins) and other period where the offset is -4 hours (-240 ...
0
votes
1answer
26 views

How to use a custom time in browser to test for client vs server time difference

I just wrote a little piece of code to show the server time in a webpage. At the moment I just have one machine so I cannot test if the code is working. Is there a way to tell the browser to use a ...
0
votes
0answers
13 views

Will mktime string reflect time offset as a date() variable?

I'm using the following code... $TOffset = 3; $TIME = mktime(date("H")+$TOffset,date("i"),date("s"),date("m"), date("d"),date("Y")); $DateTime = date("YmdHis",$TIME); $Date = date("Ymd",$TIME); ...
0
votes
2answers
23 views

What do I put in date_default_timezone_set?

I'm not from the US but I want to use date_default_timezone_set and set it to Englewood, Colorado. What do I use? I can't find any America/Englewood or America/Colorado in the documentation. Any help? ...
1
vote
1answer
110 views

Time difference issue when adding a Google Calendar Event using C#

I am using "Google.GData.Calendar" API to add Events to the Google Calendar using c#. But there is time difference between the events created in my DB and Google Calendar. Following is the Code to ...
1
vote
1answer
44 views

Create a timezone dropdown with Ember.js

Are there any Ember.js addons that would make it easy to create a timezone dropdown? I'm thinking about a Ember.TimezoneSelect view for example. If not, then how should I go about doing it myself? ...
1
vote
2answers
46 views

Get country for a given java TimeZone

I have a java TimeZone object, for example America/Denver. In theory, the IANA database lists one country code for that TimeZone, namely US. In java or Android, how can I get the country for a ...
0
votes
2answers
18 views

MySQL timezone discrepancy on Update tale

I'm working on a shared hosting so I don't have access to mysql configuration files. The default timezone on that system is 'America/New_York' but I need to use UTC -5:00 for my databases. Everytime ...
1
vote
0answers
32 views

Why does Rails change the time returned from a Postgres function to UTC?

Can anyone explain this? It is as if Rails is overriding Postgres and telling it to work in UTC when I want it to work in my local timezonw? I have a Postgres function which returns the local time as ...
0
votes
2answers
29 views

how to show the time correctly in ruby on rails

I have a function in ruby on rails project. it can create a certain task with task name and due date. after created it will show the due date of a task. When I create a task the task name and due ...
0
votes
1answer
30 views

Handling different timezone to get data from db in javascript [duplicate]

I have pcap import and read facility in my project. I have handling timezone in my project. Imported pcap is not read/display if I changed my timezone from GMT to other Asia/Kolkota. How can I handle ...
1
vote
3answers
66 views

Odd DateTime.Now() behaviour

I'm having a weird issue where DateTime.Now is returning the incorrect time when I'm calling it for the purposes of timestamping a logfile. The code in question is as follows: string logDate = ...
2
votes
1answer
91 views

Timezone conversion from GMT to local

I have the following information: string shippedTime = "10:53 AM"; string shippedDate = "12/12/2012"; string shippedTimeZone = "(GMT-05:00) Eastern Time (US & Canada)"; string receivedTime = ...
2
votes
1answer
28 views

Time.toMillis(false) of 1/1/1941 always returns -1 if timezone is Pacific/Tongatapu in Android

When I test below code, t1 is -1. Time t = new Time(); t.clear("Pacific/Tongatapu"); t.set(1, Calendar.JANUARY, 1941); t.normalize(false); Log.d("ss", "[onCreate] t1= " + t.toMillis(false)); then I ...
0
votes
1answer
81 views

How to get Client Local Date from TimeZone in asp.net?

I have my database server located in U.S. The user makes entry from INDIA the date must be stored of client and not the server. but, unfortunately the server date is stored in database. I am showing ...
0
votes
0answers
24 views

Does DateTime/date.timezone/date_default_timezone_set() all return the same data? [duplicate]

I've been developing a small web application and everything worked great in IDE, but the first time I sent it to the server I got this error: PHP Fatal error: Uncaught exception 'Exception' with ...
1
vote
0answers
29 views

Storing and processing timezone information in Django Datetime fields

I am designing a service which lists events happening around the world. The users can contribute to the lists as well. I'd designed it earlier for a particular place where timezone was same all across ...
0
votes
1answer
28 views

Problems with PHP time zone wrongly set

I have a problem with PHP not reflecting correctly the actual time, an as a result all server's scripts are always 5 hours in the future. If I run this in thecommand line I got. (Centos5) .. ...
3
votes
1answer
74 views

Perl timezone conversion - but only using core modules

is it possible to do timezone conversion for an 'arbitrary' date in the future using just perl core modules? Lets say I have the Day:month:year, hr:min in timezone X (assume its a fully qualified ...

1 2 3 4 5 65