[Cppcms-users] out() << timezone & redirecting
Brought to you by:
artyom-beilis
From: Pavel K. <un...@fu...> - 2011-03-24 15:47:51
|
hello Artyom, in my app i have overloaded main function where i catch db exceptions incompatible with life and set up several things. one of them is timezone> response().out() << booster::locale::as::time_zone( tz ); but that causes setting ostream_requested_ & makes redirecting response().set_redirect_header( ... ) impossible. is there a better way how to set timezone for each response separately or way how to hack it? pavel. |