GreenScheduler / cats

CATS: the Climate-Aware Task Scheduler :cat2: :tiger2: :leopard:
https://greenscheduler.github.io/cats/
MIT License
47 stars 7 forks source link

Allow customisation of date output through `--dateformat` #68

Closed abhidg closed 4 months ago

abhidg commented 5 months ago

As suggested in #63, allow customisation of date format. Introduce a --dateformat option that takes strftime(3) syntax and outputs the date.

This is intended for customization for users into their existing workflows. We expect most usage through the supported --scheduler options, that will auto set appropriate formatting options.