Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [sooke] Time last build took place in a tag: Edit Log

Here is the list of edits for this post
Re: [sooke] Time last build took place in a tag
Hmm try:

Code:
sub {

Links::init_date();
return GT::Date::date_get ($CFG->{last_build} + ($CFG->{date_offset} * 3600), '%yyyy%-%mm%-%dd% %HH%:%MM%:%ss%');

}

I may be way off here but -3 * 3600 is -10800

The original code was minusing a minus which is the same as adding so by changing the - to a + it should work.

Last edited by:

Paul: May 11, 2002, 10:10 AM

Edit Log: