$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-04-24 13:48:46
From: "Mark Rodgers" <mark.rodgers_at_[hidden]>
>
> Why not a time_put/strftime pattern string?
>
> os << date::set_format( "%B %d,%Y %w %H:%M%:%S" ) << adate;
A pattern string is not locale-independent... %Y-%m-%d, %d.%m.%Y, %m/%d/%Y
are the same format in Japan, Europe, US.