We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d76a4 commit 0d6e007Copy full SHA for 0d6e007
1 file changed
src/lib/types.h
@@ -69,7 +69,7 @@ namespace fbcpp
69
70
using Date = std::chrono::year_month_day;
71
using Time = std::chrono::hh_mm_ss<std::chrono::microseconds>;
72
- using Timestamp = std::chrono::local_time<std::chrono::microseconds>;
+ using Timestamp = std::chrono::local_time<std::chrono::microseconds>; // FIXME: MSVC support range
73
74
struct TimeTz final
75
{
0 commit comments