Expand description
Timestamp generation and parsing utilities
Functionsยง
- extract_
feature_ name - Extract feature name from spec name
- format_
timestamp_ for_ display - Format timestamp for human-readable display
- human_
timestamp - Generate human-readable timestamp
- iso_
timestamp - Generate ISO timestamp string for general use
- iso_
to_ spec_ timestamp - Convert ISO timestamp to spec format
- parse_
spec_ timestamp - Parse timestamp from spec name with validation
- spec_
timestamp - Generate timestamp for spec names (YYYYMMDD_HHMMSS format)
- spec_
timestamp_ to_ iso - Convert spec timestamp to ISO format
- validate_
timestamp_ format - Validate timestamp format (YYYYMMDD_HHMMSS)