mirror of
https://github.com/bvanroll/college-pentesting.git
synced 2025-08-29 12:02:46 +00:00
18 lines
538 B
Perl
18 lines
538 B
Perl
DateTimeMode=%%DateTimeMode();%%
|
|
TimeServerIPAddress=%%TimeServerIPAddress();%%
|
|
TimeServerProtocol=%%TimeServerProtocol();%%
|
|
TimeZone=%%TimeZone();%%
|
|
TimeZoneIndex=%%TimeZoneIndex();%%
|
|
Date=%%Date();%%
|
|
Time=%%Time();%%
|
|
DSTEnable=%%DSTEnable();%%
|
|
DSTOffset=%%DSTOffset();%%
|
|
DSTStartMonth=%%DSTStartMonth();%%
|
|
DSTStartWeek=%%DSTStartWeek();%%
|
|
DSTStartDay=%%DSTStartDay();%%
|
|
DSTStartTime=%%DSTStartTime();%%
|
|
DSTEndMonth=%%DSTEndMonth();%%
|
|
DSTEndWeek=%%DSTEndWeek();%%
|
|
DSTEndDay=%%DSTEndDay();%%
|
|
DSTEndTime=%%DSTEndTime();%%
|