Add an easy way to access a famous date.

This commit is contained in:
Colin Kuskie 2009-03-19 04:06:14 +00:00
parent dd771bd409
commit 4cb5b5d83c

View file

@ -331,6 +331,20 @@ sub session {
return $SESSION;
}
#----------------------------------------------------------------------------
=head2 webguiBirthday ( )
This constant is used in several tests, so it's reproduced here so it can
be found easy. This is the epoch date when WebGUI was released.
=cut
sub webguiBirthday {
return 997966800 ;
}
#----------------------------------------------------------------------------