Hi
I have to implement some business logic that switches at 07:00 New Zealand time. This is the case regardless of there the logic is being run, ie NY, London etc. I cannot find any TimeZone classes, and it looks like Microsoft have taken a decision not to support this kind of thing anyway.
All of the date/times on the system are stored as UTC.
Anyone come across this sort of problem, and any suggestions as to how I can reliably get the New Zealand time? At the moment the only idea that springs to mind is to have a reference table of UTC offsets which I would rather avoid if possible.
Thanks
I have to implement some business logic that switches at 07:00 New Zealand time. This is the case regardless of there the logic is being run, ie NY, London etc. I cannot find any TimeZone classes, and it looks like Microsoft have taken a decision not to support this kind of thing anyway.
All of the date/times on the system are stored as UTC.
Anyone come across this sort of problem, and any suggestions as to how I can reliably get the New Zealand time? At the moment the only idea that springs to mind is to have a reference table of UTC offsets which I would rather avoid if possible.
Thanks