Let's say I have a recurrence rule for "Every first Monday of the month at 23:30" starting at startTime: x.
First Monday of December in UK starts at a different time-stamp than First Monday of December in China.
I'm implementing an application that would be able to switch between any given timezone, regardless of the browsers local timezone.So I could be in Romania, and ask the application to display all dates in relation to China's timezone.
Has anyone played with a library that can answer a question like:
"Give me all first Mondays between X and Y time-stamps, IN CHINA"?
Or maybe I'm not thinking about this right.
Let's say I have a recurrence rule for "Every first Monday of the month at 23:30" starting at startTime: x.
First Monday of December in UK starts at a different time-stamp than First Monday of December in China.
I'm implementing an application that would be able to switch between any given timezone, regardless of the browsers local timezone.So I could be in Romania, and ask the application to display all dates in relation to China's timezone.
Has anyone played with a library that can answer a question like:
"Give me all first Mondays between X and Y time-stamps, IN CHINA"?
Or maybe I'm not thinking about this right.