File: README

package info (click to toggle)
bobcat 2.08.01-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,668 kB
  • ctags: 953
  • sloc: cpp: 10,403; makefile: 9,042; perl: 401; sh: 195
file content (23 lines) | stat: -rw-r--r-- 983 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
setDisplayZone  -   sets the seconds d_displayZoneShift wrt UTC.
                    Argument must allow for TZ and DST shifts.

utcSec2timeStruct - receives a *TimeStruct and a time in UTC
                    sets the TimeStruct's tm_isdst flag if the current
                    object's d_dstShift is unequal to zero.

dstCorrection   - returns 3600 if the current time has DST, based on the
                    computer's locattime computation given UTC sec.
                    returns 0 otherwise.

updateTime      - called when a time field (day, seconds, year, fields, etc)
                    is updated. Sanitizes the fields (day 32 -> next month,
                    etc) 

d_tm2d_tm       - receives (TZ + DST) shift in minutes,

d_tm2utcsec     - assigns UTC seconds matching d_tm to d_utcSec

zoneShiftSeconds    - receives zone shift in minutes, returns shift in
                      seconds, based on TZ shifts being multiples of 
                      30 minutes.