Changeset 368
- Timestamp:
- 05/18/07 10:56:56 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cybozu2ical/trunk/lib/WWW/CybozuOffice6/Calendar.pm
r364 r368 108 108 my $self = { 109 109 is_full_day => 0, 110 modified => DateTime->now,110 # modified => DateTime->now, 111 111 }; 112 112 bless $self, $class; … … 152 152 153 153 $this->{created} = DateTime->from_epoch(epoch => $param{created} || 0); 154 $this->{modified} = DateTime->from_epoch(epoch => $param{created} || 0); 154 155 155 156 my $summary = ($param{abbrev} ? $param{abbrev} . ': ' : '') . $param{summary};
