Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zml1206 committed Sep 12, 2024
1 parent 8f3d4c8 commit 60e428c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/type/Timestamp.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ struct Timestamp {
/// and the number of nanoseconds.
static Timestamp fromDaysAndNanos(int32_t days, int64_t nanos);

// date is since unix epoch.
// date is the number of days since unix epoch.
static Timestamp fromDate(int32_t date);

// Returns the current unix timestamp (ms precision).
Expand Down

0 comments on commit 60e428c

Please sign in to comment.