replaced Date::Calc with Date::Manip
This commit is contained in:
parent
13002676db
commit
a7e9ffb440
9 changed files with 10190 additions and 65 deletions
|
|
@ -16,7 +16,7 @@ package WebGUI::Session;
|
|||
|
||||
|
||||
use CGI;
|
||||
use Date::Calc;
|
||||
use Date::Manip;
|
||||
use DBI;
|
||||
use Exporter;
|
||||
use strict;
|
||||
|
|
@ -128,7 +128,7 @@ sub _setupUserInfo {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
sub _time {
|
||||
return Date::Calc::Date_to_Time(Date::Calc::Today_and_Now());
|
||||
return &UnixDate(&ParseDate("now")),"%s");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue