DateTime performance
| Newsgroups | perl.datetime |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <56772dcd-2b62-408d-a5aa-6470433f8d75@v18g2000pro.googlegroups.com> |
Hey! Why DateTime module is loaded so slow? This simple script that just imports DateTime is executed for 1 second approximately: use DateTime; Can I make it faster? Our project requres getting time-zone offset for the given time-zone id at the current time. This is the primary reason I use DateTime modules family. Is there any alternative for DateTime to solve the task? Thanks! Arie