Stewart Gordon wrote: > My library stores all times in UTC, but allows them to be manipulated in > any time zone. But it doesn't yet support daylight saving time > adjustments. I haven't quite worked out how best to do this. (It > initialises the working time zone to the user's current time zone under > Windows, but that's it at the moment.) >
Thanks Stewart, this is a great library. However the daylight saving problem is a big issue. I think it would be easier to use an external library from other programming language (ie. PHP), instead of implementing the own one for D. (But I do not know how) --Qian
