home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / VTZONE10.ZIP / README.TXT < prev    next >
Text File  |  2004-12-07  |  2KB  |  63 lines

  1. VTZone v1.0
  2. by Aspect Technologies
  3.  
  4. This program will update VConfig's timezone field if the date happens to be
  5. the beginning or end of Daylight Saving Time.
  6.  
  7. Simply put VTZONE.EXE into your main VADV directory, and add it to your
  8. nightly maintenance at the time at which Daylight Saving begins for your part
  9. of the world.
  10.  
  11. VTZone allows for customization so that it can be used in all parts of the
  12. world. If it does not contain a feature that you need, then please let me know.
  13.  
  14. Command Line:
  15. VTZONE.EXE -tz <TIMEZONE> [options]
  16.  
  17. You must specify your timezone in relation to GMT on the command line or it will
  18. not run. You can use either normal (-0600) or abbreviated (-6) syntax.
  19.  
  20. Options:
  21.   -tz  Specify your timezone relation to GMT
  22.   -sm  Month DST begins (01-12)
  23.   -si  Date identifier DST begins (see below)
  24.   -em  Month DST ends (01-12)
  25.   -ei  Date identifier DST ends (see below)
  26.   -sc  Custom VADV field when DST begins
  27.   -ec  Custom VADV field when DST ends
  28.   
  29. Date Identifier:
  30.   The identifier is made of two characters in the format 'xd'.
  31.   x - The relation of the date to the month (first, second, third, etc.)
  32.   d - The day of the week
  33. Valid entries for x are:
  34.   1 - First, 2 - Second, 3 - Third, 4 - Fourth, 5 - Fifth, L - Last
  35. Valid entries for d are:
  36.   0 - Sunday, 1 - Monday, 2 - Tuesday, 3 - Wednesday, 4 - Thursday, 5 - Friday
  37.   6 - Saturday
  38.   
  39. Examples:
  40. Central Standard Time examples...
  41. This will set VConfig to "(-0600)" when DST is off, and "(-0500)" when it is on.
  42. VTZONE.EXE -tz -6
  43.  
  44. This will set VConfig to "CST (-0600)" when DST is off, and "CDT (-0500)" when
  45. it is on.
  46. VTZONE.EXE -tz -0600 -sc CDT -ec CDT
  47.  
  48. Central European Time example...
  49. This will setup the program for CET usage.
  50. VTZONE.EXE -tz +1 -sm 3 -si L0 -em 10 -ei L0 -sc CET -ec CEST
  51.  
  52.  
  53. --
  54.  
  55. Source Note:
  56. To compile the source code, you will need the VADVCFG.BAS include file. This file
  57. is in the VADV DAT/CFG Documentation. Download it at http://www.vadvphp.com.
  58.  
  59. --
  60.  
  61. steve@at2k.org
  62. www.at2k.org
  63. bbs.at2k.org