- 09 Jul, 2012 1 commit
-
-
Austin English authored
-
- 08 Jun, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 09 Mar, 2011 1 commit
-
-
Juan Lang authored
-
- 01 Oct, 2009 1 commit
-
-
Juan Lang authored
-
- 24 Aug, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 04 May, 2009 1 commit
-
-
Dmitry Timoshkov authored
kernel32: Make SystemTimeToTzSpecificLocalTime and TzSpecificLocalTimeToSystemTime prototypes match PSDK.
-
- 27 Mar, 2009 1 commit
-
-
Christian Costa authored
-
- 18 Aug, 2008 1 commit
-
-
Huw Davies authored
-
- 04 Apr, 2008 1 commit
-
-
Austin English authored
-
- 18 Mar, 2008 1 commit
-
-
Austin English authored
-
- 04 Mar, 2008 1 commit
-
-
Andrew Talbot authored
-
- 11 Sep, 2007 1 commit
-
-
Damjan Jovanovic authored
-
- 10 Sep, 2007 1 commit
-
-
Rob Shearman authored
-
- 21 Aug, 2007 2 commits
-
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
- 30 Jul, 2007 1 commit
-
-
Dmitry Timoshkov authored
-
- 08 Mar, 2007 1 commit
-
-
Alexandre Julliard authored
The tm_isdst field needs to be initialized for mktime to do the right thing.
-
- 16 Nov, 2006 1 commit
-
-
Alexandre Julliard authored
For instance LOCALE_SDATE is looked up in the lcid corresponding to LC_TIME, LOCALE_IDIGITS in the LC_NUMERIC lcid, etc.
-
- 13 Oct, 2006 1 commit
-
-
Michael Stefaniuc authored
-
- 20 Sep, 2006 1 commit
-
-
Andrew Talbot authored
-
- 12 Sep, 2006 1 commit
-
-
Alexandre Julliard authored
Also get rid of the kernel/messages subdirectory.
-
- 21 Jul, 2006 1 commit
-
-
Stefan Siebert authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 06 Jan, 2006 1 commit
-
-
Hans Leidekker authored
-
- 28 Nov, 2005 1 commit
-
-
Ge van Geldorp authored
-
- 08 Nov, 2005 1 commit
-
-
Markus Amsler authored
- add missing description - add missing returns section - complete missing A/W pairs - reformate comments, to match c2man requirements
-
- 31 Oct, 2005 1 commit
-
-
Marcus Meissner authored
-
- 17 Oct, 2005 1 commit
-
-
Uwe Bonnes authored
-
- 22 Aug, 2005 1 commit
-
-
Gerald Pfeifer authored
-
- 20 Jun, 2005 2 commits
-
-
Mike McCormack authored
- define RTL versions of TIME_ZONE_INFORMATION and SYSTEMTIME
-
Mike McCormack authored
- include kernel_private.h to get declaration for convert_old_config()
-
- 18 May, 2005 1 commit
-
-
Emmanuel Maillard authored
-
- 25 Feb, 2005 1 commit
-
-
Jon Griffiths authored
-
- 23 Dec, 2004 1 commit
-
-
Michael Stefaniuc authored
redundant.
-
- 20 Dec, 2004 1 commit
-
-
Francois Gouget authored
-
- 15 Dec, 2004 1 commit
-
-
Jon Griffiths authored
-
- 06 Nov, 2004 1 commit
-
-
Rein Klazes authored
structure. Instead return error when it is given an unormalized date. - Use better algorithms for RtlTimeToTimeFields and RtlTimeFieldsToTime. RtlTimeToTimeFields is about 3 times faster. - Add tests for RtlTimeFieldsToTime. - SystemTimeToFileTime must fail if RtlTimeFieldsToTime fails. Users of SystemTimeToFileTime must do likewise. - Remove a todo_wine from SystemTimeToFileTime tests. - Since msvcrt.mktime must accept unnormalized dates, it cannot use SystemTimeToFileTime and do the calculations itself. - Add some tests for mktime accepting unnormalized dates.
-
- 29 Oct, 2004 1 commit
-
-
Rein Klazes authored
- Expand the number of applicable test cases.
-
- 27 Oct, 2004 1 commit
-
-
Rein Klazes authored
make it more general useful (and changed the helper names to TIME_xyz). - Make GetTimeZoneInformation return the correct zone id constants. - Changed some "const LPX_Y_Z" declarations to "const X_Y_Z *".
-
- 10 Sep, 2004 1 commit
-
-
Rein Klazes authored
SystemTimeToTzSpecificLocalTime: - take the time of day into the calculation, so the bias is calculated correctly during the transition days; - the transition times are expressed as local time, not system time; - correct the daylight logic for use on the southern hemisphere; - beautify some LONGLONG arithmetic.
-