0
votes
2answers
30 views
C# Define begin of day of a date in another timezone
Hi,
I want to define the begin of a day in another timezone with .NET/C#.
Example:
My current timezone = GMT+1
so DateTime.Today returns 19/11/2009 23:00 UTC
but actually …
1
vote
3answers
61 views
Java Date, render with specific daylight mode
I have a Java Date that is from this summer during daylight savings time. For example:
Jun 01, 2009 06:00 AM PDT
My question is, how do I display this date as my local time z …
6
votes
3answers
95 views
Credit card expiration dates in which timezone?
We know from Credit card expiration dates - Inclusive or exclusive? that credit card expires on the last day. However, in which time zone?
-1
votes
2answers
12 views
connection time zone issue with jOra eclipse plugin
I started using the jOra eclipse plugin. The plugin seems pretty robust and I'm hoping to stop using SQLDeveloper for 95% of my database needs.
Many of our tables have columns …
2
votes
4answers
62 views
How to manage timezones in a web application?
Hi, I wan't to manage the different timezones of my users in my web application, but I have no idea where to start. I have to save the local time of each user in my database?, or m …
1
vote
4answers
64 views
TimeZone by Coordinate
As the title infers I need to find a time zone (or perhaps just the UTC offset) based on a pair of coordinates. I've been searching for different solutions, and there is a couple o …
2
votes
5answers
79 views
Is Java’s TimeZone thread-safe?
I wanted my application to just have one TimeZone object which will be used by many SimpleDateFormat and Calendar objects from the other places concurrently. This is to avoid havi …
0
votes
3answers
75 views
Generating a drop down list of timezones with PHP
Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class i …
-1
votes
3answers
48 views
Validating a Timezone String and Returning it as Minutes
I I have a timezone taken from a user that must be converted into total minutes to be stored in the database. I have the following code and it looks pretty ugly. I am new to C# and …
0
votes
3answers
43 views
How to properly add PyTZ to a Google App Engine application?
This is a little embarrassing, but I have not been able to find good resources on this topic.
I'm working on a Google App Engine application that requires sophisticated time zone …
0
votes
2answers
60 views
How do I get a visitor’s time zone in PHP?
Hi,
Is there a way to find out visitors' timezone in PHP?
2
votes
2answers
60 views
Java: Is this a correct way to get the current time as a Calendar object in a particular time zone?
I know there are other similar questions to this, but I came up with my own way of getting the current time in a specific time zone, so I just wanted to confirm if it is correct or …
0
votes
4answers
80 views
TimeZone ID’s in Java
I'm having weird problem with java TimeZone..
Calling TimeZone.getDefault() gives my local time zone, which has an ID "GMT+02:00".
Funny thing is that this ID doesn't appear in a …
0
votes
1answer
46 views
Why does Java return a date in GMT-4.5 when choosing Co-ordinated Universal Time time zone in Windows?
We have seen a strange issue on some Windows XP machines involving the "Co-ordinated Universal Time" time zone. Not all Windows XP machines seem to have it, but on those that do, t …
0
votes
1answer
15 views
How to print out time zone abbreviations when using offset hours in Joda Time?
I'm using Joda Time, and I'm being passed DateTimeZones that are created using DateTimeZone.forOffsetHours(). I'd like to print these timezones using standard timezone acronyms su …
