Changeset 325
- Timestamp:
- 03/06/06 07:04:08
- Files:
-
- trunk/plagger/lib/Plagger/Date.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Date.pm
r212 r325 20 20 my $dt = $module->parse_datetime($date) or return; 21 21 if (my $context = Plagger->context) { 22 $dt->set_time_zone($context->conf->{timezone} );22 $dt->set_time_zone($context->conf->{timezone} || 'local'); 23 23 } 24 24
