-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDL::DateTime #18
Comments
Hi Zaki, do you have some particular ideas how PDL::DateTime should be implemented? I am using my module (not released as it is still an ugly hack) that implements PDL::SerialDate (more or less the serial date from matlab). It basically is a PDL (Long or LongLong) with overloaded stringification (to print date) and some special constructors like |
I was thinking about storing the POSIX epoch time in a subclass of |
I have started some experiments. I am sub-classing BTW LongLong + nanosecond precision would limit us to date range Ad converting date time values to "some" instances - |
Hi Zaki, FYI my hacking on
Any comments are welcome. |
Cool! I'll definitely follow along! |
I have finish kind of a initial |
Zaki, I want to ask if your original plan was to have My plan is to wait for --kmx |
On 2015-10-05 at 03:56:20 -0700, kmx wrote:
A separate module is perfectly fine. I only made reference to it here Cheers,
|
No longer needed as @kmx has released https://metacpan.org/pod/PDL::DateTime. |
Pandas:
R
The text was updated successfully, but these errors were encountered: