Statistics
| Branch: | Tag: | Revision:

root / test / ganeti.cli_unittest.py @ cd55576a

History | View | Annotate | Download (1.7 kB)

# Date Author Comment
2241e2b9 10/06/2008 06:59 pm Iustin Pop

Add a simple timespec parsing function

This function will be used for auto-archiving jobs via the command line.
The function is pretty simple, we only support up to weeks since months
and higher are not 'precise' entities, and dealing with them would
require us to start using calendar functions....