mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- Plugged in a different algorithm for calculating the day of the week in
strftime() and asctime_r(). This one isn't sensitive to the effects of adding/subtracting the local time zone. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14813 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -14,6 +14,10 @@
|
||||
UTC. This didn't really work up until now since the time value returned
|
||||
was given as local time.
|
||||
|
||||
- Plugged in a different algorithm for calculating the day of the week in
|
||||
strftime() and asctime_r(). This one isn't sensitive to the effects of
|
||||
adding/subtracting the local time zone.
|
||||
|
||||
|
||||
c.lib 1.186 (14.1.2005)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user