This website requires JavaScript.
Explore
Help
Register
Sign In
rms
/
VictoriaMetrics
Watch
1
Star
0
Fork
0
You've already forked VictoriaMetrics
mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced
2026-07-23 17:21:27 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
docs-article
Add File
New File
Upload File
Apply Patch
VictoriaMetrics
/
lib
/
timeutil
History
Aliaksandr Valialkin
22802101e0
lib/timeutil: allow parsing time values below 1970 year at ParseTimeAt() and ParseTimeMsec()
...
Negative timestamps are supported by VictoriaLogs and VictoriaTraces.
2026-06-15 13:20:17 +02:00
..
backoff_timer.go
lib/timeutil: introduce backoff timer struct (
#10714
)
2026-04-02 12:31:28 +02:00
duration_test.go
lib/timeutil: handle int64 overflow in relative duration parsing (
#10883
)
2026-05-22 12:17:04 +02:00
duration.go
lib/timeutil: allow parsing time values below 1970 year at ParseTimeAt() and ParseTimeMsec()
2026-06-15 13:20:17 +02:00
time_test.go
lib/timeutil: allow parsing time values below 1970 year at ParseTimeAt() and ParseTimeMsec()
2026-06-15 13:20:17 +02:00
time_timing_test.go
lib/timeutil: put TryParseUnixTimestamp function here
2025-07-06 17:17:07 +02:00
time.go
lib/timeutil: allow parsing time values below 1970 year at ParseTimeAt() and ParseTimeMsec()
2026-06-15 13:20:17 +02:00
timeutil_test.go
…
timeutil.go
all: run
go fix -minmax
2026-02-18 19:24:27 +01:00
timezone.go
app/vlinsert: support
_time
field without timezone information during data ingestion
2024-09-26 12:49:35 +02:00