OPENJPA-361. Committing Albert's patch for the incorrect GREG_OFFSET (Gregorian Offset).

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@574398 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kevin W. Sutter 2007-09-10 23:01:39 +00:00
parent 4157d0931b
commit 3d8748c427
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class UUIDGenerator {
// offset to move from 1/1/1970, which is 0-time for Java, to gregorian
// 0-time 10/15/1582, and multiplier to go from 100nsec to msec units
private static final long GREG_OFFSET = 0x01b21dd213814000L;
private static final long GREG_OFFSET = 0xB1D069B5400L;
private static final long MILLI_MULT = 10000L;
// type of UUID -- time based