$include_dir="/home/hyper-archives/boost/include";
include("$include_dir/msg-header.inc")
?>
- Next message: Larry Evans: "Re: [boost] [MPL] Reason for mpl::quote's name"
- Previous message: Victor Yankee: "[boost] milliseconds UTC from discrete year, month, day, hour, minute, second"
- In reply to: Victor Yankee: "[boost] milliseconds UTC from discrete year, month, day, hour, minute, second"
- Next in thread: Howard Hinnant: "Re: [boost] milliseconds UTC from discrete year, month, day, hour, minute, second"
- Reply: Howard Hinnant: "Re: [boost] milliseconds UTC from discrete year, month, day, hour, minute, second"
On 11/21/2013 08:30 PM, Victor Yankee wrote:
> Can someone should me how to calculate the milliseconds since jan 1, 1970
> in UTC, given separate
> variables holding the year, month,day,hour,minute and seconds?
std::mktime(your_time) * 1000
- Next message: Larry Evans: "Re: [boost] [MPL] Reason for mpl::quote's name"
- Previous message: Victor Yankee: "[boost] milliseconds UTC from discrete year, month, day, hour, minute, second"
- In reply to: Victor Yankee: "[boost] milliseconds UTC from discrete year, month, day, hour, minute, second"
- Next in thread: Howard Hinnant: "Re: [boost] milliseconds UTC from discrete year, month, day, hour, minute, second"
- Reply: Howard Hinnant: "Re: [boost] milliseconds UTC from discrete year, month, day, hour, minute, second"
$include_dir="/home/hyper-archives/boost/include";
include("$include_dir/msg-footer.inc");
?>