Re: rounder DT:TZ
[email protected] (Olivier Mengué)
| Newsgroups | perl.datetime |
|---|---|
| Message-ID | <CAEWvDFJc1nBDc15KR+24YLfRheQCyXLLrLdLX7g21fg67jWSWw@mail.gmail.com> |
2011/9/25 Zefram <[email protected]> > I'd particularly like > to know whether the new DT:TZ:Local code behaves itself on Windows, VMS, > HP-UX, and AIX. > The new implementation of DT:TZ:Local has implementations for all platforms in a single unit. I don't like the fact that much code is compiled and translation tables are loaded to support systems that are not relevant to the current environment. I preferred the previous modular implementation. At $work I'm working with Perl in an embedded environment (ARM, 64 Mb of memory) where initial boot time is important and memory is a scarce resource. I'm not yet using DT/DT::TZ in the application but I may in the future and that waste of resources is not welcome. Olivier Mengué.