* @brief Filesystem-safe ISO8601 timestamp (colons replaced with dashes). */
| 51 | * @brief Filesystem-safe ISO8601 timestamp (colons replaced with dashes). |
| 52 | */ |
| 53 | static QString fsSafeIsoTimestamp() |
| 54 | { |
| 55 | return QDateTime::currentDateTimeUtc().toString(QStringLiteral("yyyy-MM-ddTHH-mm-ss-zzz")); |
| 56 | } |
| 57 | |
| 58 | /** |
| 59 | * @brief Sanitise a label into a filename-safe token. |