Greenwich Mean Time (GMT) is a term originally referring to mean solar time at the Royal Observatory in Greenwich, London.

learn more… | top users | synonyms

2
votes
1answer
757 views

“Java Date() returns date in UTC” - what does it actually mean?

My question might be trivial but I'm just looking for clarifications. I read somewhere in SO that Java's Date() is actually always in UTC time, how come when I create a Date() object and print it ...
1
vote
1answer
333 views

Debug simple java code related to Calendar Date GMT

import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import java.util.TimeZone; public class Test { public static void ...
0
votes
2answers
762 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
276 views

How do i store GMT offset with the DATETIME in MySQL Server

I was using C# with MS SQL Server 2008 Now i want to migrate to MySQL server 5.5 But i dont know how to store the GMT offset value in what data type of the MySQL Server? Please help me ...
0
votes
1answer
507 views

Get last Sunday within a range of two dates (GMT, DST)

I'm trying to get the last Sunday between two week numbers - in order to avoid DST. IN ORDER WORDS: Start a range of time - from the last Sunday in March to the last Sunday in October. This is my ...
0
votes
1answer
857 views

Removing an hour from PHP (FROM_UNIXTIME)

Could you please advice how to remove an hour from unixtime. I have a unixtime and i need to remove an extra hour before converting to normal time. Could you please advice how to do this? Also, is ...
0
votes
1answer
287 views

SQL: Offsetting timestamp in a query from GMT to Pacific

I'm hoping someone can help out a SQL newbie (note, I'm very green so please be gentle). I'm trying to help do an audit of some contractor employees at my company and see if they might be milking ...
0
votes
1answer
526 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 ...
3
votes
3answers
1k views

How to convert EST/EDT to GMT?

I have a few records inside a column which represent either EST or EDT Time. I need to convert these times to GMT time. The format of the time are: 10/1/2010 0:0:0 10/1/2010 0:6:0 ... 10/1/2010 ...
1
vote
1answer
329 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
2answers
3k views

how to convert php date formats to GMT and vice versa?

i am new to php. i want to write a function where i need user to input date in any date format including DST,into GMT format and again later back into the original entered format.please any body help ...
2
votes
2answers
3k views

How can I get the time in GMT using GWT?

I want to get the current time of the machine in GMT and presented it on custom format like this one using GWT: yyyyMMddHHmmss How I can achieve that? I've tried this, but I didn't find how can ...
0
votes
1answer
314 views

How to get correct time for my website?

I need accurate time which my website should be able to access thru internet for synchronization. How can I do it? Should I ping some time server(by the way which one?) every 30 minutes? Then how will ...
5
votes
2answers
7k views

Get GMT Time in Java

In Java, I want to get the current time in GMT. I tried various options like this: Date date = new Date(); Calendar calendar = Calendar.getInstance(TimeZone.getTimeZone("GMT")); date1 = ...
1
vote
4answers
446 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 ...
2
votes
4answers
215 views

I want to show the time in GMT from (1800+0100)

I have a field in a table with varchar data type which contains the time as 1800+0100, how can I show it like this 19:00 GMT? Is there any C# method which takes the time as 1800+0100 and converts to ...
3
votes
2answers
1k views

Should I use DateTime.Now or DateTime.UtcNow in HttpCookie.Expires and HttpCachePolicy.SetExpires?

Should I use DateTime.Now or DateTime.UtcNow in HttpCookie.Expires and HttpCachePolicy.SetExpires? Cookies are sending 'GMT' time, but I don't know what happen if I send DateTime.Now.AddDays(3) if I ...
3
votes
6answers
1k views

Conversion to unix timestamp incorrect

I have a function that I wrote (if there is a good standard substitute, please let me know...) time_t get_unix_time(string time_str) { time_t loctime; time(&loctime); struct tm ...
1
vote
3answers
1k 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 ...
2
votes
4answers
4k views

How to use an Internet time server to get the time?

I would like to get the GMT [ Greenwich Mean Time ], and also i don't want to rely on my system date time for that. Basically, I want to use time sync server like in.pool.ntp.org [ india ] for GMT ...
2
votes
3answers
4k 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!
0
votes
1answer
2k views

vb.net - GMT Time?

Hey, I am trying to get the current GMT time in vb.net and can't seem to figure it out. A lot of google threads pointed to using DateTime.UtcNow but that gives an incorrect GMT time. Any ideas? ...
2
votes
2answers
227 views

how to convert time_t to something like “Fri, 12 Nov 2010 16:02:54 GMT ” in C on Linux

I'm writing a simple web server in C on Linux. I have to add the last modified time of a file that will be transferred to the client(browser), I analysed how some websites and find out that they ...
2
votes
3answers
748 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 ...
2
votes
2answers
802 views

Get the GMT time given date and UTC offset in python

I have a date string of the following format '%Y%m%d%H%M%S' for example '19981024103115' and another string of the UTC local offset for example '+0100' What's the best way in python to convert it to ...
2
votes
1answer
263 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: ...
0
votes
1answer
291 views

Absolute GMT date on iPhone

I'm trying to get a date that represents noon GMT for a recurring local notification. I need this local notification to fire at the exact moment to anyone using the app. So far, I'm trying this: ...
2
votes
1answer
2k views

Log4J; how to ensure timestamps are always in GMT using ConversionPattern?

How can I ensure that all timestamps that my log4j is using, are in GMT? I have tried the following but it prints "GMT" inside the timestamp log4j.appender.ConversionPattern=%d{HH\:mm\:ss,SSS}{GMT} ...
0
votes
2answers
198 views

How to display all datetime on website in user's GMT locale?

I store all datetime values as unix timestamp. Registered users can set personal GMT locale in their profile. What should I do to display all datetime on website in user's GMT locale? Thank you
2
votes
5answers
609 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} ...
1
vote
1answer
994 views

Web Service to Get Current UTC Time?

I'm building a PHP web application and need to know what the current date/time is. I cannot depend on the server's setting. Any web service I can use? I know there will be some delay accessing the ...
1
vote
2answers
2k views

HOW TO GET: Time Zone Setting of FTP Server?

I'm using PHP's ftp_rawlist function to get a listing of files and their associated last-modified date/time. For my purposes, I need to know the time zone (or offset) of the the last-modified ...
4
votes
2answers
466 views

How to Convert to UTC

I'm getting dates & times from various sources (e.g. file's date/time from FTP server, email's date/tiem received, etc.) and need to store them all as UTC (so they all have a common reference). ...
1
vote
2answers
355 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
2
votes
2answers
5k views

How to get the current time in GMT? [duplicate]

Possible Duplicate: How can I get the current date and time in UTC or GMT in Java? I want to get the current timestamp in GMT; any ideas how to do that? i managed to get a string in gmt ...
3
votes
3answers
907 views

Convert historic dates from utc to local time

I have an sql table with data like this: | theDate (datetime) | theValue (int) | ---------------------------------------- | 2010-05-17 02:21:10 | 5 | | 2009-03-12 04:11:35 | ...
9
votes
4answers
3k views

UNIX timestamp always in GMT?

UNIX timestamp always in GMT? I tried to run php function time() and when I tried to convert the unix timestamp from the time() function, the output is not similar to the computer time. Thank You
1
vote
4answers
4k views

How to make Date locale-independent?

I have a db, that stores dates in OleDateTime format, in GMT timezone. I've implemented a class, extending Date in java to represent that in classic date format. But my class is locale-dependent (I'm ...
1
vote
1answer
1k 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", ...
14
votes
7answers
43k 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 ...
1
vote
1answer
3k views

NSDate - GMT on iPhone

I have the following code in a production application which calculates a GMT date from the date the user enters: NSDate *localDate = pickedDate; NSTimeInterval timeZoneOffset = [[NSTimeZone ...
0
votes
3answers
1k views

Custom date time picker for Windows Forms that is locked to GMT time

Using Visual Studio 2008, c#, .net 2.0. I have a Windows Forms client application that contains a scheduling UI section, currently this is housed only in the London office with the standard ...
6
votes
2answers
4k views

How I can I convert timezones in Perl?

I am trying to convert a date/time GMT 0 to GMT -6 in Perl. For example, a DHCP Server lease time is in the following format: 2010/02/18 23:48:37 I am trying to convert that time to the ...
2
votes
5answers
5k views

What's the recommended way to store current time using PHP and MySQL?

My initial approach was: $current = time(); // save this to column CURRENT_TIME with column type VARCHAR //retrieve it like this $retrieved = mysql_query(....) //assume query for getting the stored ...
15
votes
4answers
16k 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 ...
6
votes
3answers
13k views

MySQL query for current GMT time

This sounds simple enough but I haven't been able to figure out how to use a simple SELECT statement to return the current time in GMT. I have been trying to use CONVERT_TZ() to convert NOW() to GMT ...
5
votes
6answers
1k 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 ...
1
vote
1answer
1k views

Using Lambda expressions to order a list by GMT date

I have a list that contains dates that are in GMT format. What is the most elegant way to ensure that the following Lambda expression orders on the date field as GMT? ProductsList.OrderBy(Product ...
1
vote
4answers
122 views

Is there a function in c# which returns date&time when given GMT values(-12 to -1 and 1 to 12)?

Is there a function in c# which returns date&time when given GMT values(-12 to -1 and 1 to 12)? EDIT: I have a Dropdownlistbox which contains all GMT values.. Now i want to display date&time ...
3
votes
1answer
432 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 ...