0
votes
0answers
46 views

Timezone with TZ Environment Variable - Safety and issues

first of all, I want to know if the changing of the TZ Environment variable is secure, I was working on it because I didn't find another method for an efficient convertion. I am not sure if TZ is ...
0
votes
2answers
178 views

Why is it different Java Time zone when converting date from String?

I have dates strings in the format YYYYMMDD that I am trying to parse into dates using a date formatter obtained as public static DateFormat getDateFormat() { SimpleDateFormat result = new ...
0
votes
1answer
136 views

squeryl date to long conversion

I want to store java.util.Date (or Timestamp) as an int (or Long) in my db using Squeryl. I'd like to control how the date is transformed to the number and vice versa. How can I achieve this? I'm ...
0
votes
0answers
64 views

MySql How to handle Date in different GMT format while querying the record

I'm saving courses records in database in GMT0 format. Now a user with GMT +5:30 is visiting the site and searches for the courses, now in this case how to write the query to get the correct results ...
2
votes
1answer
389 views

How to convert UTC formatted string to calendar in specific timezone?

I'm trying to convert some string that is in UTC time to a java Calendar object that should be set to GMT-5. My current UTC string input is this: UTC date : 20050329174411 I use this code (I ...
0
votes
0answers
61 views

Clarification on GMT, UTC and getOffset()

The server is configured on UTC. I have a date + timezone and I want to get its offset, so I was thinking of using getOffset(). But then my problem: are UTC and GMT "exactly" the same? From my ...
0
votes
0answers
302 views

VBA outlook date GMT

OK now are everything looks good, but user send me an email with GMT +3 and my zone are +2 result are: Your e-mail was received at: 6/29/2012 2:15:16 PM (UTC+02:00) Helsinki, Kyiv, Riga, Sofia, ...
1
vote
1answer
170 views

PHP `date()` Different than Unix `date` Command

I searched around but couldn't find exactly what I'm looking for. I have a PHP Settings page where Admins from my site are able to select an hour of the day for a daily Cron Job script to execute. In ...
0
votes
0answers
138 views

PHP Date / GMT Weirdness

Either I'm losing my mind, or I've not got the faintest idea what I'm doing. I'm leaning towards the latter. I'm trying to convert this: 1316826000, which I'm pretty confident should be Sat, 24 Sep ...
1
vote
2answers
780 views

Get GMT String from current Date

I am able to get the output format that I need, but not the correct time. I need it in GMT (which is +4 hours) var dt = new Date(); var dt2 = dt.toString('yyyyMMddhhmmss'); Any ideas? The ...
1
vote
1answer
302 views

Difference between GMT and UTC in Android

The function System.currentTimeMillis() returns the number of milliseconds since January 1, 1970 00:00:00 UTC. The function Date.getTime() returns the number of milliseconds since January 1, 1970 GMT ...
0
votes
3answers
266 views

datetime , time python

I want to convert a datestring to date in UTC . In addition need to compare this date with current time in UTC and get the difference in milliseconds in python. I looked at python timedelta ...
2
votes
3answers
99 views

how to know the local date without javascript

Hello I'm coding a chatting box and I'd like to stamp the current local time of the user next to its posted message. So I could use javascript : var date = new Date(); and send a string form of the ...
0
votes
1answer
2k views

Select Now() as CurrentDateTime mysql time zone

How can I use the SELECT Now() As CurrentDateTime for GMT, as it displays the tome as GMT-5. Basically, when the time is: 2011-11-19 09:46:37 in GMT, it displays it as: `2011-11-19 04:46:37 How can ...
0
votes
1answer
710 views

EST/EDT to GMT conversion and date comparison

I need to convert a given GMT date and time (YYYY-MM-DD HH:MM) into such a string YYYYMMDD representing Eastern coast date. Do you think the code below is OK? $date='2011-11-07 04:30'; $date.='-4 ...
0
votes
2answers
620 views

How can I convert milliseconds into the corresponding date right?

I have a problem with dates. I'm sure these milliseconds 1317322560000, represent the date of Thu Sep 29 18:56:00 GMT+02:00 2011 in Italy. But using the Calendar class the date is Thu Sep 29 ...
4
votes
4answers
878 views

C# - Formatting current time

In C#, how can I get the current DateTime in the following format? 2011-08-10T21:36:01.6327538Z
5
votes
7answers
989 views

Java time in GMT

I have a Grails application with the following code: Date now = Calendar.getInstance().getTime() //Also tried new Date() println "now: " + now When I do this, I get now: Thu Aug 18 12:47:09 CDT ...
0
votes
2answers
3k views

How to convert datetime to GMT in php

Alright, so i'm not sure if im converting user input time to GMT properly. I will be having users across several timezones entering "events" and they will have to be able to see "how long untill" or ...
4
votes
2answers
3k views

Convert GMT DateTime String

I am pretty new to Java and I am a little stuck with using SimpleDateFormat and Calendar. I have a Date-Object and want to extract a GMT datestring like yyyy-MM-dd HH:mm:ss. I live in Germany and at ...
0
votes
1answer
74 views

Synchronizing GMT and Local Times

I'm pulling data from two different sources, both have timestamps. One of the sources uses GMT, and the other uses the time local to their server. I display the information from both of these ...
2
votes
1answer
756 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
1answer
506 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 ...
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 ...
0
votes
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 ...
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 = ...
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
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 ...
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 ...
2
votes
1answer
2k views

How to determine UTC offset from server timezone?

I've found many examples about UTC tables and php date methods to convert it, but I still miss a simple way after got server date, to converting it into an user timezone selection on my web page. On ...
0
votes
3answers
167 views

gmt or without gmt

this might be stupid question, but ill ask anyway. do i really need to implement gmt on site to get proper timestamp on a post? well im building a site like twitter. my feeds are working fine and ...
98
votes
20answers
157k 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?