Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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).
Lets say I have a time 04:05 and the timezone is -0100 (GMT) I want t开发者_Python百科o calculate the new time which will be 03:05
I have a db, that stores dates in OleDateTime format, in GMT timezone. I\'ve implemented a class, extending Date in jav开发者_如何学Pythona to represent that in classic date format. But my class is lo
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:
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:
My initial approach was: $current = time(); // save this to column CURRENT_TIME with column type VARCHAR
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 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 f开发者_如何学Cor state and city too.Sh
I have a list that contains dates that are in GMT forma开发者_如何学编程t. What is the most elegant way to ensure that the following Lambda expression orders on the date field as GMT?