summaryrefslogtreecommitdiffstats
path: root/dev/packaging/tutorials
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2012-11-18 15:04:43 (EST)
committer P. J. McDermott <pjm@nac.net>2012-11-18 15:05:48 (EST)
commitdb685004c84f30d6b82e99185d9994cc584bad81 (patch)
tree2432a5761b8b553e61908f11d48002d7e56548b9 /dev/packaging/tutorials
parentab6dd6348e9188e81d9ff68a9a38c1d948e60078 (diff)
Run date(1) with POSIX locale in packaging tut.
Diffstat (limited to 'dev/packaging/tutorials')
-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: