mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Generate locale-agnostic configuration date.
This commit is contained in:
parent
e7b3b699a2
commit
c769f664c9
1 changed files with 1 additions and 1 deletions
|
|
@ -38,6 +38,6 @@ cat << __EOF
|
|||
#define USER_NAME "`whoami`"
|
||||
|
||||
/* Define configuration date */
|
||||
#define CONFIG_DATE "`date`"
|
||||
#define CONFIG_DATE "`LC_ALL=C date`"
|
||||
|
||||
__EOF
|
||||
|
|
|
|||
Loading…
Reference in a new issue