log sat/tools/common/date_utils.py @ 3815:853cbaf56e9e

age author description
2021-08-27 Goffi merge branche "@"
2021-08-27 Goffi tools (common/date_utils): parse `now` alone (when used without relative delta)
2021-07-29 Goffi tools (common/date_utils): accept more units (shortcuts) + fix timezone when date with relative delta is used
2021-05-01 Goffi tools (common/date_utils): fix `date_only` for `short`, `long` and `full` format
2021-03-19 Goffi date update
2020-01-29 Goffi fixed shebangs
2020-01-29 Goffi dates update
2019-08-13 Goffi Python 3 port:
2019-03-01 Goffi tools(common/date_utils): fixed order on year first + set default date for date_parse
2019-02-02 Goffi tools (common): fixed dateutil.parser import
2019-01-12 Goffi date update
2018-12-01 Goffi tools (common/date_utils): date_parse_ext + timezone handling:
2018-06-27 Goffi code style reformatting using black
2018-06-20 Goffi tools (date_utils): moved date_parse to common.date_utils, because it can be used in frontends
2018-06-01 Goffi tools (common): moved date_fmt function from template filters to new date_utils module, so it can be used everywhere.