-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Support explicitly parsing timestamps as seconds/milliseconds #54
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #54 +/- ##
==========================================
+ Coverage 99.09% 99.22% +0.12%
==========================================
Files 6 6
Lines 885 899 +14
==========================================
+ Hits 877 892 +15
+ Misses 8 7 -1
Continue to review full report in Codecov by Sentry.
|
22229de
to
d0b32b0
Compare
d0b32b0
to
499c5a7
Compare
The changes so far are a 'naive' implementation of this idea — simply adding the Open questions
Also TODO still: updating the docs, once API is approved. |
@ariebovenberg maybe I can offer some ideas here (even if @samuelcolvin gets the ultimate decision):
|
Hi @davidhewitt! Would like to pick up the work required to get this over the line. Since its been a while since this was last worked on, do you and the team have any further thoughts about api design, or any other decisions to be aware of? |
I think my comments from above still stand and are the main thoughts I have to extend on what is here already :) |
As discussed in pydantic/pydantic#7940, we wish to be able to explicitly specify the unit in which unix timestamsp are to be interpreted.
See comments below for additional context