summaryrefslogtreecommitdiff
path: root/examples/delta_time.py
Commit message (Expand)AuthorAgeFilesLines
* Update some examples to latest pyparsing style, PEP8 namesptmcg2023-04-011-48/+48
* Add delta_time, excelExpr, and rosettacode to test_examples.pyptmcg2022-07-121-15/+24
* 226 railroad updates (#298)Paul McGuire2021-09-081-4/+6
* Add expression names and restructure relative time and day expressions based ...Paul McGuire2020-06-281-22/+38
* Add make_diagram.py to examples to demonstrate creating railroad diags for se...ptmcg2020-06-271-1/+5
* Blacken changesptmcg2020-02-231-3/+3
* Fix bug in delta_time when number of seconds/minutes/hours > 999 (confusion w...ptmcg2020-02-231-5/+16
* Blacken the project (#141)Jon Dufresne2019-10-311-126/+186
* Add compatibility results name; ungroup qty expression to simplify accessing ...Paul McGuire2019-05-291-6/+8
* Some code cleanup, and added tests and test validationsPaul McGuire2019-05-281-6/+27
* delta_time fixes: add more time validations; add 1-second epsilon when verify...ptmcg2019-05-281-2/+24
* Updated runTests to call postParse before dumping parsed results; added neste...Paul McGuire2019-05-261-0/+318