encyclopaedia
encyclopaedia
sure thing - https://github.com/prashanth-hegde/jpath/blob/main/parser/expr_test.go
done, I have updated the description with code sample
I don't see a reason to keep the current way of generating epochs based on timezones. By definition, epoch is always for UTC
@JalonSolov - what would be a use case for `local_epoch` ? And how would we ever possibly convert a local_epoch to the correct time, because local_epoch would not include a...
You need to change this line ```v d_2 := time.since(t_1) ``` to ```v d_2 := time.since(t_2) ```