In order to complete this (the construktor should then also accept 'K':
in
DateTime::DateTime(const std::string& str, const std::string& fmt) there
should also be a change:
case 'J':
if (dit != str.end() && *dit == '.')
{
++dit;
mseconds = getMilliseconds(dit, str.end());
}
break; should be changed to case 'J': case 'K':
if (dit != str.end() && *dit == '.')
{
++dit;
mseconds = getMilliseconds(dit, str.end());
}
break;
Am 30.01.2014 17:06, schrieb Tommi Mäkitalo:
> Am 30.01.2014 17:03, schrieb Andreas Welchlin:
>> Sorry for the confusion!
>>
>>
> Nothing to sorry about. It was a good idea and I added %K now. Thank you
> for that.
>
> Tommi
>
> ------------------------------------------------------------------------------
> WatchGuard Dimension instantly turns raw network data into actionable
> security intelligence. It gives you real-time visual feedback on key
> security issues and trends. Skip the complicated setup - simply import
> a virtual appliance and go from zero to informed in seconds.
> http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
> _______________________________________________
> Tntnet-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/tntnet-general
------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable
security intelligence. It gives you real-time visual feedback on key
security issues and trends. Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general