Python Forum
Time class with picosecond precision
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Time class with picosecond precision
#1
I'm looking for a class that is able to represent the time with the picosecond precision. I found the class numpy.datetime64 that can have this precision but the time span is only 212 days and I need at least 100 years. I could make my own class with a date that represent the year-month-day and an int for the picoseconds but, if available, I prefer to use something already done.
Thanks in advance for the help
Reply


Messages In This Thread
Time class with picosecond precision - by marcocod - Jul-02-2020, 07:30 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  precision & recall gracenz 1 1,006 Sep-21-2022, 02:14 AM
Last Post: jefsummers
  F-score, Precision, and Recall values Hani 3 2,538 May-09-2020, 08:16 AM
Last Post: ThomasL
  problem to add precision, recall and f1-score edys 7 4,112 May-28-2019, 04:48 AM
Last Post: heiner55

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020