Skip to content
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

Add support for serialising and deserialising string timestamps #1067

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
b1bc2b8
Implement ser/de for string timestamps in nanoseconds
sinking-point May 16, 2023
af3873e
Implement ser/de for string timestamps in microseconds
sinking-point May 16, 2023
8b65d82
Implement ser/de for string timestamps in milliseconds
sinking-point May 16, 2023
8213803
Implement ser/de for string timestamps in seconds
sinking-point May 16, 2023
72bf870
Add ser/de for optional string timestamps in nanoseconds
sinking-point May 17, 2023
f71d0aa
Add ser/de for optional string timestamps in microseconds
sinking-point May 17, 2023
9f647c8
Add ser/de for optional string timestamps in milliseconds
sinking-point May 17, 2023
ebe02f7
Add ser/de for optional string timestamps in seconds
sinking-point May 17, 2023
5357366
Add ser/de for NaiveDateTime to string timestamps in nanoseconds
sinking-point May 18, 2023
230e586
Add ser/de for NaiveDateTime to string timestamps in microseconds
sinking-point May 18, 2023
9e2cf6b
Add ser/de for NaiveDateTime to string timestamps in milliseconds
sinking-point May 18, 2023
30d4655
Add ser/de for NaiveDateTime to string timestamps in seconds
sinking-point May 18, 2023
9f477db
Add optional NaiveDateTime ser/de to nanosecond string timestamp
sinking-point May 18, 2023
250b40d
Add optional NaiveDateTime ser/de to microsecond string timestamp
sinking-point May 18, 2023
afa8293
Add optional NaiveDateTime ser/de to millisecond string timestamp
sinking-point May 18, 2023
2f596a9
Add optional NaiveDateTime ser/de to second string timestamp
sinking-point May 18, 2023
d454d81
Add Billy Bradley to AUTHORS
sinking-point May 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Alexander Bulaev <alexbool@yandex-team.ru>
Ashley Mannix <ashleymannix@live.com.au>
Ben Boeckel <mathstuf@gmail.com>
Ben Eills <ben@beneills.com>
Billy Bradley <hello@billybradley.uk>
Brandon W Maister <bwm@knewton.com>
Brandon W Maister <quodlibetor@gmail.com>
Cecile Tonglet <cecile.tonglet@cecton.com>
Expand Down