deblan-report/helpers/date

6 lines
49 B
Bash

#!/bin/sh
get_date() {
LANG=fr_FR.UTF-8 date
}