Changeset ee655ec in lab.git for Dev


Ignore:
Timestamp:
Dec 19, 2010 11:13:33 AM (13 years ago)
Author:
mitty <mitty@…>
Branches:
master, trunk
Children:
5fa546f
Parents:
294a3aa
Message:
  • change order of column
    (status_id) screen_name [created_at] text
    
    • created_at => UTC

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@100 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/twitter/dump_timeline.pl

    r294a3aa ree655ec  
    8585            foreach my $status (@{$res}) { 
    8686                my $text = ""; 
     87                $text .= "(". $status->{id} . ") "; 
    8788                $text .= $status->{user}{name}; 
    8889                $text .= " [" . $status->{created_at} . "]"; 
    89                 $text .= " (". $status->{id} . ")"; 
    9090                $text .= " ".  $status->{text}; 
    9191                $text =~ s/\n//; 
Note: See TracChangeset for help on using the changeset viewer.