-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document and illustrate change, roll micro version
- Loading branch information
1 parent
b316feb
commit 7409987
Showing
4 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
2024-05-31 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Version,Date): Roll micro version and date | ||
|
||
* src/ulid/ulid_struct.h: Switch to fork by Chris Bove which uses | ||
std::chrono internally thus providing millisecond resolutions | ||
* src/ulid/ulid_uint128.h: Idem | ||
* src/wrapper.cpp: Updated to use std::chrono instead of time_t | ||
|
||
* README.md: Document updates | ||
|
||
2024-05-30 Dirk Eddelbuettel <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ u | |
df <- unmarshal(u) | ||
format(df$ts, "%Y-%m-%d %H:%M:%OS3") | ||
diff(df$ts) | ||
data.table::data.table(df) |