From db685004c84f30d6b82e99185d9994cc584bad81 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 18 Nov 2012 15:04:43 -0500 Subject: Run date(1) with POSIX locale in packaging tut. --- (limited to 'dev/packaging') 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: -- cgit v0.9.1