Re: [Cppcms-users] date time
Brought to you by:
artyom-beilis
From: Joerg S. <jo...@br...> - 2015-10-06 11:10:03
|
On Tue, Oct 06, 2015 at 04:36:56PM +0700, mawan sugiyanto wrote: > I want to ask you about how the best way to get current time in timestamp > format? time() ? > Second , how to convert timestamp to date readable format? localtime_r / gmtime_r and strftime. > can i use time stamp integer value? how to covert std::tm to intenger > timestamp? mktime. Joerg |