2025-04-10 13:04:51 +02:00

351 B

title description categories keywords params
Before Reports whether TIME1 is before TIME2.
functions_and_methods
returnType signatures
bool
TIME1.Before TIME2
{{ $t1 := time.AsTime "2023-01-01T17:00:00-08:00" }}
{{ $t2 := time.AsTime "2030-01-01T17:00:00-08:00" }}

{{ $t1.Before $t2 }} → true