summaryrefslogtreecommitdiffstats
path: root/dev/packaging/tutorials/basic.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'dev/packaging/tutorials/basic.mdwn')
-rw-r--r--dev/packaging/tutorials/basic.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/packaging/tutorials/basic.mdwn b/dev/packaging/tutorials/basic.mdwn
index bf3b0ee..160a9ba 100644
--- a/dev/packaging/tutorials/basic.mdwn
+++ b/dev/packaging/tutorials/basic.mdwn
@@ -91,7 +91,7 @@ the SPF 2.0 specification][spf-changelog]. We're making version "2.1.0-1" of
the "expat" source package for the "trunk" distribution. We can get the current
date and time in the RFC 5322 format using the **date**(1) command:
- $ date '+%a, %d %b %Y %H:%M:%S %z'
+ $ LC_ALL='POSIX' date '+%a, %d %b %Y %H:%M:%S %z'
Our expat `changelog` file looks like this: