[PATCH] doc: dates - fix internal date sample (issue4072)

Pavlos Touboulidis pav at pav.gr
Tue Oct 29 15:13:23 CDT 2013


# HG changeset patch
# User Pavlos Touboulidis <pav at pav.gr>
# Date 1383076489 -7200
#      Tue Oct 29 21:54:49 2013 +0200
# Branch stable
# Node ID 33b49804b2005a8c13a6b3982137a11b6dade3ff
# Parent  1d7a36ff2615e6e12ce65681db4e07622e7b60d1
doc: fix internal date sample (issue4072)

diff -r 1d7a36ff2615 -r 33b49804b200 mercurial/help/dates.txt
--- a/mercurial/help/dates.txt  Wed Oct 23 13:12:48 2013 -0700
+++ b/mercurial/help/dates.txt  Tue Oct 29 21:54:49 2013 +0200
@@ -24,7 +24,7 @@
 
 Lastly, there is Mercurial's internal format:
 
-- ``1165432709 0`` (Wed Dec 6 13:18:29 2006 UTC)
+- ``1165411109 0`` (Wed Dec 6 13:18:29 2006 UTC)
 
 This is the internal representation format for dates. The first number
 is the number of seconds since the epoch (1970-01-01 00:00 UTC). The 		 	   		  


More information about the Mercurial-devel mailing list