Skip Menu |

This queue is for tickets about the Date-Calc CPAN distribution.

Report information
The Basics
Id: 130723
Status: open
Priority: 0/
Queue: Date-Calc

People
Owner: Nobody in particular
Requestors: s.sandrio [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: out of range error if epoch input > 10 digits
From: s.sandrio [...] gmail.com
Subject: Out of range error if epoch input > 10 digits
Observed case: If you give longer epoch into the module localtime, it will throw error "out of range" (long epoch = 13 (with milliseconds) or 16 digits (with microseconds)) Expected case: Throw error something like "invalid input, can only handle 10 digits epoch" or, support longer epoch Best regards, Steve