Darsin Callagher.5821:

Hey Guys, i’m trying to figure out if i can get the current server time out of the api.
IT would be nice to have some sort of indicator on my site that tells a user they can go do their dailies again.

smiley.1438:

I don’t think it’s too hard to calculate that

Progress is reset each day at midnight, 00:00 UTC (02:00 UTC+2).

http://wiki.guildwars2.com/wiki/Daily#Notes

timidobserver.7925:

I would love being able to get the api to put out a time.

Dr Ishmael.9685:

EU server time is GMT. US server time is PST. Both of them adjust for summer time / daylight saving time. There’s no need for an API for this, you can get it from a site like http://time.is/ .

http://time.is/London = EU server time (I think)
http://time.is/Los_Angeles = US server time
http://time.is/UTC = The only one you really need to figure out daily reset time.

Khisanth.2948:

Any decent language will have libraries for dealing with date math/time zone manipulation.