Questions tagged [gmt]

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

Greenwich Mean Time (GMT) originally referred to mean solar time at the Royal Observatory in Greenwich, London, which later became adopted as a global time standard. It is arguably the same as Coordinated Universal Time (UTC).

Related tag:

Useful Links:

UK: GMT

USA: GMT-5 --- GMT -10

448 questions
0
votes
1 answer

SQL Service Broker 2012 queue has message_enqueue_time in GMT

It seems that message_enqueue_time in SQL Service Broker is in GMT rather than local time. Is there any configuration that needs to be done to get this to show up in local time? Thank you,
Greg Hill
  • 2,148
  • 2
  • 23
  • 27
0
votes
3 answers

Oracle DB Timestamp to Java Timestamp : Confusion

I'm struggling from a couple of hours to understand what's going on with the TimeStamps in my code. Both the Oracle DB and the java application are in PDT Select from DB: select id, time_stamp from some_Table where id =…
TJ-
  • 14,085
  • 12
  • 59
  • 90
0
votes
1 answer

UTC to local time adjustment woes with PHP

Can someone explain why the following doesn't work? I have a PHP script that runs on a shared hosting account. The script should output my local time (for the time zone where I'm located, i.e. GMT-8:00, or PST.) I'm reading documentation for time()…
ahmd0
  • 16,633
  • 33
  • 137
  • 233
0
votes
2 answers

UTC TO GMT Conversion in Javascript

I need to convert UTC/Local time to GMT+(?) format on requested timezone... eg.. UTC to GMT 0 UTC to GMT+1 UTC to GMT-1 UTC to GMT+5 UTC to GMT-5 GMT+5 to GMT+4 GMT+5 to GMT-3
Yousha Rizvi
  • 35
  • 1
  • 10
0
votes
3 answers

Getting a NSDate object from a string

Before flagging this question as a duplicate, please read on. I need to compare two NSDates. A date I get from a server with the current date. From NSDate.date() I get this date 2014-09-25 12:48:23 +0000 which is wrong (the time part). I needed to…
Isuru
  • 30,617
  • 60
  • 187
  • 303
0
votes
1 answer

Php time offset mysql real time

On stock market application we found a bug that appears on day change minus time offset. i.e. for our case it happens on server time 00:00 to 02:00 where we're taking time GMT+2. php is returning wrong date values out of time stamp. for instance…
0
votes
3 answers

Converting from EDT to GMT+05.30 time zone in php for entering timestamp in mysql database

My php web servers timezone is EDT (Eastern Day Light Time (US)). My current timezone is GMT+05.30. I need to enter current timestamp into my mysql database with the timestamp in my current timezone. By the way, I'm using a free php web server for…
njnjnj
  • 978
  • 4
  • 23
  • 58
0
votes
3 answers

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 datetime picker control, the selected time is saved in a…
m3ntat
  • 3,635
  • 11
  • 38
  • 50
0
votes
2 answers

SQL Server 2008 Function Convert GMT time to AEST and also take of daylight Saving

I need to convert the time from GMT format to AEST (Australia) and also take care of the daylight saving properly. Any idea or help will be appreciated. Thanks Shadab
Shadab
  • 11
  • 2
0
votes
0 answers

How to convert this GMT to MDT?

I have some GMT times I need to convert to MDT, but the format is a bit odd compared to examples i've seen here and on other pages; What is the "+00:00" on the end of these times? and how do I add formatting for it in my strptime…
Radamand
  • 175
  • 1
  • 12
0
votes
0 answers

Convert MySQL DateTime to GMT without CONVERT_TZ

I have a MySQL table which has a date stored as a DateTime. I am trying to build a MySQL query that displays the date in GMT format (example: 20140310T050000Z). The mysql server that I am using does not have the mysql.time_zone_name table populated…
David
  • 1,097
  • 5
  • 20
  • 34
0
votes
3 answers

Convert time in PHP from gmt offset

For example i have a time string of "11:00" and and gmt offset string of "+02:00". How can i combine the two to make the conversion in PHP? Here is my current code: $time = $row->time; //Get users gmt setting $timezone =…
Tapha
  • 1,491
  • 3
  • 17
  • 32
0
votes
2 answers

How to add device GMT time to a specific time?

I am getting a time from API like this "00:00" and I want to add Device GMT time to received time from API. I am using following code for getting GMT Time of device Calendar calendar = Calendar.getInstance(TimeZone.getTimeZone("GMT"), …
Ashish Tiwari
  • 2,168
  • 4
  • 30
  • 54
0
votes
1 answer

How do I add +1 to current timezone?

For example I have this code: [self.df setDateFormat:@"z"] which outputs with GMT I want an output of it as GMT+1 or GMT-4 to GMT-3 or GMT+9 to GMT+10 Is that possible with NSTimeZone?
user3517855
  • 211
  • 1
  • 3
  • 12
0
votes
0 answers

Displaying optional feature in Azure Cloud Service website based on datetime

I would like to deploy a change to my Azure cloud service website, that will put a small feature live from 9am on Tuesday 2nd April. The cloud service is hosted in West Europe. So I started with just a small line of code around the feature: MVC…
ozz
  • 5,098
  • 1
  • 50
  • 73