2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
10 2922 is the number of days between 1.1.1970 and 1.1.1978 (2 leap
11 years and 6 normal). The former number is the start value
12 for time(), the latter the start time for the AmigaOS
16 #define OFFSET_FROM_1970 2922*24*60*60
18 extern long __gmtoffset
;
20 #endif /* !___TIME_H */