teragrep / pth_10

Data Processing Language (DPL) translator for Apache Spark
GNU Affero General Public License v3.0
0 stars 2 forks source link

Relative Time uses UTC time to manipulate date(s) #251

Closed q22u closed 4 months ago

q22u commented 4 months ago

Relative timesyntax uses utc time to cut dates.

Should not do this.

Test on product.

version 5.17.0

51-code commented 4 months ago

Works on version 5.0.0-15-gde2b1d43 (and later). There is no version 5.17.0 so I assume the version where this bug was found was 4.17.0.

Relative time was refactored in #28, which was merged in version 4.19.0.