2010-06-13 Sancho Lerena <slerena@artica.es>
* bin/util/logevent_log4x.vbs: Fixed a small undefinition who makes script not working on summer time. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2903 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
9f0d85d751
commit
21d4a35eb9
|
@ -1,3 +1,9 @@
|
||||||
|
|
||||||
|
2010-06-13 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
|
* bin/util/logevent_log4x.vbs: Fixed a small undefinition who
|
||||||
|
makes script not working on summer time.
|
||||||
|
|
||||||
2010-06-08 Ramon Novoa <rnovoa@artica.es>
|
2010-06-08 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* windows/pandora_wmi.cc, modules/pandora_module_logevent.cc: Removed
|
* windows/pandora_wmi.cc, modules/pandora_module_logevent.cc: Removed
|
||||||
|
|
|
@ -28,6 +28,8 @@ MyDate = dateAdd("s", -cfg_interval, Now) ' Latest X seconds
|
||||||
|
|
||||||
Set dtmStartDate = CreateObject("WbemScripting.SWbemDateTime")
|
Set dtmStartDate = CreateObject("WbemScripting.SWbemDateTime")
|
||||||
|
|
||||||
|
CONVERT_TO_LOCAL_TIME = TRUE
|
||||||
|
|
||||||
DateToCheck = CDate(MyDate)
|
DateToCheck = CDate(MyDate)
|
||||||
dtmStartDate.SetVarDate DateToCheck, CONVERT_TO_LOCAL_TIME
|
dtmStartDate.SetVarDate DateToCheck, CONVERT_TO_LOCAL_TIME
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue