File: runit.ZZZ.R

package info (click to toggle)
r-cran-timedate 3043.102-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 2,596 kB
  • sloc: makefile: 13
file content (6 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
# keep track if TZ of system has been changed !
# testTZ defined in runit.AAA.R
test.AAA <-  function() {
    print(testTZ)
    checkIdentical(testTZ, Sys.timezone())
}