Changeset 15608
- Timestamp:
- 07/10/08 14:51:51 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/misc/WassrPod/wassrpod.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/misc/WassrPod/wassrpod.pl
r15607 r15608 94 94 my $dt = DateTime->from_epoch( epoch => $status->{epoch} ); 95 95 # $dt->set_time_zone( 'Asia/Tokyo' ); 96 my $text = $status->{text}; 97 if ($status->{reply_user_login_id}) { 98 $text .= sprintf '[Re:%s/%s]', $status->{reply_user_login_id}, $status->{reply_message}; 99 } 96 100 my $tmp = { 97 101 created_at => $dt->strftime('%a %b %d %T %z %Y'), 98 102 id => $status->{rid}, 99 text => $ status->{text},103 text => $text, 100 104 source => 'web', 101 105 truncated => 'false',
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)