mirror of
https://github.com/HowardHinnant/date.git
synced 2024-12-26 07:53:16 +08:00
One more fix for issue #826
This commit is contained in:
parent
8a93211679
commit
706b1286e8
@ -2704,7 +2704,8 @@ operator<<(std::ostream& os, const time_zone& z)
|
|||||||
os.width(8);
|
os.width(8);
|
||||||
os << s.format_ << " ";
|
os << s.format_ << " ";
|
||||||
os << s.until_year_ << ' ' << s.until_date_;
|
os << s.until_year_ << ' ' << s.until_date_;
|
||||||
os << " " << s.until_utc_ << " UTC";
|
os << " ";
|
||||||
|
date::operator<<(os, s.until_utc_) << " UTC";
|
||||||
os << " " << s.until_std_ << " STD";
|
os << " " << s.until_std_ << " STD";
|
||||||
os << " " << s.until_loc_;
|
os << " " << s.until_loc_;
|
||||||
os << " " << make_time(s.initial_save_);
|
os << " " << make_time(s.initial_save_);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user