Fixed the value for EPOCHWEEKDAY.

svn path=/trunk/; revision=3581
This commit is contained in:
Hartmut Birr 2002-09-30 20:54:59 +00:00
parent 1ad57518fc
commit 80d9dd3cc3

View file

@ -1,4 +1,4 @@
/* $Id: time.c,v 1.13 2002/09/27 15:23:03 hbirr Exp $
/* $Id: time.c,v 1.14 2002/09/30 20:54:59 hbirr Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -25,7 +25,7 @@
#define SECSPERMIN 60
#define MINSPERHOUR 60
#define HOURSPERDAY 24
#define EPOCHWEEKDAY 0
#define EPOCHWEEKDAY 1
#define DAYSPERWEEK 7
#define EPOCHYEAR 1601
#define DAYSPERNORMALYEAR 365