ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/zoe/trunk/Stamp.cpp
(Generate patch)

Comparing trunk/Stamp.cpp (file contents):
Revision 37 by douglas, 2004-07-22T16:00:52-07:00 vs.
Revision 38 by douglas, 2004-07-22T22:42:40-07:00

# Line 45 | Line 45 | void Stamp::setMinutes(int minutes)
45  
46   Stamp::operator ext::String() const
47   {
48 <        char when[20];
48 >        char when[24];
49  
50 <        std::strftime(when, 20, "%F %T", &stamp);
50 >        std::strftime(when, 24, "%F %T GMT", &stamp);
51  
52          return when;
53   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines