Tagged Questions

32
votes
11answers
63k views

How can I get the current date and time in UTC or GMT in Java?

When I create a new Date object, it is initialized to the current time but in the local timezone. How can I get the current date and time in GMT?
10
votes
4answers
5k views

Difference between UTC and GMT Standard Time in .NET

In .NET, the following statements return different values: Response.Write( TimeZoneInfo.ConvertTime( DateTime.Parse("2010-07-01 5:30:00.000"), TimeZoneInfo.FindSystemTimeZoneById("Pacific ...
5
votes
1answer
98 views

Find timezone from airport code using perl code

As I am right now working on blocking the particular flight to display if the departing time is with in 3 hours of booking time. As, I need to get the timezone of the departing airport to convert it ...
5
votes
6answers
445 views

can 2 timezone be for 1 city?

I want to know if there can be 2 or more GMT timezones for one city or state. I know there can be more then one GMT timezone for a country, but not sure if it's for state and city too. Share your ...
4
votes
3answers
9k views

Force Java timezone as GMT/UTC

I need to force any time related operations to GMT/UTC, regardless the timezone set on the machine. Any convenient way to so in code? To clarify, I'm using the DB server time for all operations, but ...
3
votes
1answer
198 views

iPhone CurrentTimeZoneOffset from UTC

Is there a way to get the offset time zone for a given date. For example, if I am in New York and I pass in 12-12-2009 4 PM I would get back "-4" as we are 4 hours off GMT. (In .NET land there is a ...
2
votes
2answers
50 views

Why is GMT the standard for computer time instead of UTC?

It feels to me like everywhere I've seen time related algorithms in programming, GMT was the base time. For example, I was told to always store time in a DB in GMT+00 so that time zone changes don't ...
2
votes
1answer
113 views

Are struct stat times GMT?

One of the fields in struct stat is st_mtime. I assume that is seconds since jan 1, 1970. Is that GMT or local time?
2
votes
1answer
100 views

PHP Timezones getTransitions trustworthy?

Have you ever had any issue with PHP timezones conversions through the getTransitions function? I am trying to convert an Argentinian date into GMT. If I look into the array of transitions, I get: ...
2
votes
5answers
359 views

validate time GMT offset and striping with regex?

// create a string $string = '+7'; // try to match the beginning of the string if(preg_match("{-15 to +12}", $string)) { // if it matches we echo this line return {strip all the + sign} ...
2
votes
3answers
398 views

user datetime setting as GMT, how to convert date to their localized setting?

In my users setting I have a dropdown with all the GMT dates for the user to select. In c#, how would I convert a datetime stored in the database to their GMT time? The time stored in the database ...
2
votes
2answers
916 views

J2ME Get current time zone

I have a j2me application and it needs to get the name of the current timezone and send it off to the server. However, the only format that I seem to be able to get the phone to give me is ...
1
vote
1answer
93 views

How to format timestamp in GWT app with given timezone?

I have to format date/time in my gwt app with specific timezone, which is loaded from the server. Possible timezones are like this GMT, GMT+1, GMT-2 etc... Up to now i used DateTimeFormat to format my ...
1
vote
3answers
205 views

PHP file modified time use GMT offset setting to report correct time

I'm currently reporting file modified time like so: $this->newScanData[$key]["modified"] = filemtime($path."/".$file); $modifiedtime = date($date_format." ".$time_format, ...
1
vote
1answer
179 views

how to make datetime class to work with DST and without DST in php?

I have wrote the code where i am using DateTime class which also converts dst following countries time into GMT format. But i want the functionality where i need the DateTime class should work on ...
1
vote
3answers
535 views

Determining Local Time in another Timezone

How can I determine the current date and time of various countries using a PERL script that executes on a server in the US? For example, getDTnow() should determine the current date and time on the ...
1
vote
3answers
1k views

UTC vs. GMT - Java vs. .Net

In .Net UTC and GMT are not the same Difference between UTC and GMT Standard Time in .NET Is it the same with Java? Does Java has the notion that GMT has DST changes while UTC doesnt? Thanks!
1
vote
3answers
236 views

What is the difference between the current timestamp in the GMT time zone and the current timestamp in your local time zone?

This is a sample question i found at ZEND php certificate practice test, the correct answer of this question is: " There is no difference between the current time in any time zone—the current time is ...
1
vote
1answer
812 views

MySQL default time format UTC or GMT?

Hi I'm so confused with this UTC and GMT I'm inserting in MySQL table as ex column "event_date" like "2010-07-01 23:50:00" (datetime) my client asking an option in front end as GMT +1 GMT +2 GMT -1 ...
1
vote
2answers
172 views

How can I calculate new time zone in python?

Lets say I have a time 04:05 and the timezone is -0100 (GMT) I want to calculate the new time which will be 03:05 Is there any function in python to do that calculcation ? Thanks
1
vote
1answer
389 views

How to get #entries of last hour in MySQL, correcting for timezone?

I am storing activity entries in a MySQL table. The table has a date_created field of type timestamp and through PHP I insert the activity entries based on GMT: $timestamp = gmdate("Y-m-d H:i:s", ...
0
votes
3answers
43 views

Handing International Time in PHP

Just a quick question on working with International Timezones & GMT. I have an app that needs to send out an email at a certain time (6am) for every person internationally based on their ...
0
votes
2answers
51 views

Create NSDate timezone issue

I am loading in dates from my web service, I'm sending dates in the format (GMT times): 02/11/11 10:56:09 I am creating an NSDate form this using NSDateFormatter as such: NSDateFormatter ...
0
votes
0answers
119 views

C# Time conversion to GMT(UK summer Time) with considering Day Light Saving ,Offset on UK & on Hosting Location (US)

Basically I want to convert US time (hosting Server time) to GMT (UK Summer Time) technology C#, .NET 4.0, TimeZoneInfoClass Detailed scenario: I am creating a SMS sending application.It should not ...
0
votes
1answer
83 views

Changing of time zone

I'm doing objective-c (iOS) development. May I know how do I go about changing the default time zone of GMT +0 to GMT +8. GMT +8 is for Singapore. Here is my code: - (IBAction)dateChanged { ...
0
votes
1answer
133 views

Convert boost ptime from GMT to UTC

I am trying to convert boost::posix_time::ptime from GMT to UTC. I went on Boost web site, and most of the examples are for US time zone, but I need the GMT one. All I need is the right parameters to ...
0
votes
2answers
305 views

Convert GMT epoch to CST

I am trying to convert a GMT time which is stored as epoch into CST. Below is the current code I am running in java. if (originalRFC.get("sysmodtime")!=null){ var sysmod = ...
0
votes
1answer
150 views

Setting time according to timezone from database

I want to make a system which displays time dependant on the timezone in a particular country. E.g. a table in my database contains country names in one field, and in the column next to it, it will ...
0
votes
4answers
192 views

How to properly store GMT offset?

So recently I stored all my locations with their GMT offset as integers (-12 to 12) and everything was ok, but now I have to add more locations, and I noticed that some of them are in timezones with ...
0
votes
2answers
358 views

ASP.NET / SQL Timezone mystery

Setup: Windows Server 2003 / SQL Server 2005. ASP.NET 2.0. IIS 6. The site I'm working on uses ASP.NET Membership and when a user is created it is inserted into the aspnet_membership database. ...
0
votes
4answers
3k views

Java - Store GMT time

My server has GMT+7, so if i move to another server has another GMT timezone, all date stored in db will incorrect? Yes Q1 is correct, how about i will store date in GMT+0 timezone and display it in ...
-6
votes
1answer
86 views

Time Zone Calculation

Am developing website like online travel portal. The issue is displaying GMT time for various regions at flight booking and list out the timing. Any one gives idea to calculate and show the time for ...