2
votes
2answers
56 views
How to determine if date/time is EDT or EST in Java?
I have a PDF that users must complete. The PDF has date and time fields on it. The PDF instructs the users to input the date and time in Eastern format (Not EST or EDT). When the u …
4
votes
3answers
137 views
Client side time zone support in GWT
I'm working on a GWT app where I need to support the following scenario:
The server is located in time zone A
The client's browser is set to time zone B
The GWT app is configured t …
1
vote
1answer
58 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 g …
0
votes
1answer
47 views
.net JSON serializer returns local client time to browser?
I use an asp.net [WebMethod] to push a .net object back to the Ajax call on a browser.
One of the properties of the object is of a DateTime type.
When it arrives at the browser th …
2
votes
2answers
129 views
ColdFusion Timezone Support?
Does ColdFusion 8 have any built-in support for handling timezones? We'd like our users to be able to choose a timezone and then have all dates/times on the site adjusted to their …
2
votes
3answers
149 views
Python: display the time in a different time zone
Hi,
Is there an elegant way to display the current time in another time zone?
I would like to have something with the general spirit of:
cur=<Get the current time, perhaps da …
0
votes
1answer
99 views
django-timezones
I am trying to setup django-timezones but am unfamiliar on how to go about this. The only info that I have found is here: http://www.ohloh.net/p/django-timezones
class MyModel(Mo …
1
vote
6answers
395 views
Where can I find a list of timezones in tabular format?
I am looking for a table containing a list of timezones, like this: http://en.wikipedia.org/wiki/ISO_3166-1. I need the timezone code (eg. PST, PDT, EST, GMT, UTC), a name (eg. Pac …
1
vote
2answers
312 views
Set current Time.zone in Rails?
Javascript on my page saves client UTC offset to the cookie.
How do I use this cookie to create a TimeZone and assign it to Time.zone ?
I need something like:
before_filter :set_ …
2
votes
2answers
708 views
Java JVM time zone names via java.text.SimpleDateFormat
Javadocs on java.text.SimpleDateFormat state the following on the "z" pattern letter:
z Time zone General time zone Pacific Standard Time; PST; GMT-08:00
General t …
1
vote
2answers
175 views
finding the time zone from which a browsers connection to a Web server
I am not into web (client/server)application development, but had this question for sometime -
If some web browser (IE/Firefox) makes a connection to some website, is it possible …
4
votes
4answers
506 views
What’s the best way to manage dates across PHP, MySQL, etc?
My server is in Dallas. I'm in New York City.. and both PHP and MySQL have configuration variables for setting the timezone.
How do I get them all to work together? What dates s …
2
votes
4answers
155 views
Where to do Conversions - Time zones, unit of measure etc.
Where in code should conversions be done? client, server, business, or db?
We currently do conversions of timezones and unit of measure in our database and the performance is kill …
