deblan-report/helpers/date

6 lines
49 B
Plaintext
Raw Normal View History

2019-06-12 11:32:52 +02:00
#!/bin/sh
get_date() {
LANG=fr_FR.UTF-8 date
}