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

Reply via email to