Charles Kludge » 14 май 2007, 13:56
2 Урал: Курим мануал:
---<cut>---
(c) Copyright 1983-1996 Novell, Inc.
Purpose:
Use at the server console to configure time zone information.
WARNING: Because time synchronization between servers is critical to NetWare
Directory Services, make sure you understand time synchronization before you
change the time or time zone on a server. (For more information, see
"Maintaining Network Time Synchronization" in Chapter 4 of Supervising the
Network.
Syntax:
SET TIME ZONE zone [+|-] hr:min:sec [daylight]
Parameters:
(no parameter) Display time zone setting.
zone Specify a standard abbreviation for the name of the time zone.
Examples:EST (Eastern Standard Time)CST (Central Standard Time)
MST (Mountain Standard Time)PST (Pacific Standard Time)
[+ | - ] Specify the number of hours east or west of the Coordinated
Universal Time (UTC) meridian. Note: UTC has been known
historically as Greenwich Mean Time or GMT. Use + (plus)
to set time zones west of UTC.Use - (minus) to set time zones
east of UTC. (If you don't enter this parameter, the default is +.)
hr:min:sec Specify the time difference between UTC and the local time zone.
You can specify this difference simply in hours. Or, for extreme
accuracy, specify hours, minutes and seconds.Examples:EST is 5 hours
west of UTC; CST is 6 hours west; MST is 7 hours west;
PST is 8 hours west.
daylight Specify the standard abbreviation for the time zone during
Daylight Saving Time (DST).Don't enter this abbreviation if
you don't observe DST. Examples:EDT (Eastern Daylight Time)
CDT (Central Daylight Time)MDT (Mountain Daylight Time)
PDT (Pacific Daylight Time)Important: This parameter does not
turn on Daylight Saving Time. You turn on Daylight Saving Time
(and configure related parameters) by using the SET command.
Using SET TIME ZONE
Time zone information is critical to time synchronization for NetWare Directory
Services. Additionally, time zone information is provided to modules that make
calls to CLIB and related modules.
You specify the abbreviation the operating system uses for daylight saving time
with the SET TIME ZONE daylight parameter. You turn on daylight saving time and
set the start and end date with the SET command.
If you don't set the time zone, there are no standard abbreviations and the time
zone offset is zero.
Examples:
To display the time zone setting, type
SET TIME ZONE
To set the time zone to mountain standard time, type
SET TIME ZONE MST7
(This example applies to an area that doesn't observe daylight saving time.)
To set the time zone to Pacific standard time and set the abbreviation for daylight saving time, type
SET TIME ZONE PST8PDT
(When daylight saving time is active, PST will be known as PDT.)
To set the time zone for Germany (Mid-European Time), type
SET TIME ZONE MET-1
The -1 sets the time zone 1 hour ahead of UTC, since Germany is 1 hour east
of the UTC meridian.
---<cut>---
Additions:
To set the time zone for Central Europe(Belorussia, Ukraine, Poland, Baltics, etc.)
(Central-European Time, GMT+2), type
SET TIME ZONE CET-2CDT
To set the time zone for Eastern Europe(North-West Russia, Moscow, Vologograd, etc.)
(Eastern-European Time, GMT+3), type
SET TIME ZONE EET-3EDT
SET TIME ZONE MSK-3MSD (Moscow)
SET TIME ZONE SPB-3SPD (SPb)
Ensure that workstation TZ variable is set(same as in SET TIME ZONE):
SET TZ = timezone
(in AUTOEXEC.BAT)
or
DOS SET TZ="timezone"
(in login script)
---
Т.е. Савельев Сергей был прав - вы не указали аббревиатуру для
декретного/летнего времени. Мои настройки(боевой сервер):
---
set Time Zone = SPB-3SPD
set Daylight Savings Time Offset = 1:00:00
set Start Of Daylight Savings Time = (APRIL SUNDAY FIRST 2:00:00 AM)
set End Of Daylight Savings Time = (OCTOBER SUNDAY LAST 3:00:00 AM)
set Default Time Server Type = PRIMARY
---
Именно 3:00:00, т.к. переход на зимнее время считается по локалу,
а локальное время-то на час вперед...
---
container login script:
DOS SET TZ="SPB-3SPD"
WBR, Charles Kludge