mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-22 07:50:38 +00:00
* fix: Rename current_timestamp to current_time_millis, fix resolution Fix current_timestamp returns seconds resolution, also add a test for this method * chore: Use slice of array instead of Vec Save some heap allocations * test: Compare std and chrono timestamp The original test always success even the current_time_millis returns in seconds resolution * chore: Store current time in gmt_created/gmt_modified