We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#include "date/tz.h" #include
int main() { using namespace date; using namespace std::chrono; auto t = make_zoned(current_zone(), system_clock::now()); std::cout << t << '\n'; }
#STDOFF 2:05:08.9 #STDOFF 8:05:43.2 #STDOFF 7:36:41.7 #STDOFF -0:25:21.1 #STDOFF 1:39:49.2 #STDOFF -0:36:44.68 #STDOFF -4:56:01.6
Rule Mexico 1931 only - April 30 0:00 1:00 D Mexico 1931 1931 Jan/01 00:00:00 00:00:00 oops: bad dow name: il
The text was updated successfully, but these errors were encountered:
This is a duplicate of #836.
There are a few options for fixing it:
Any one or more of these options will fix your issue, and be forward compatible.
Sorry, something went wrong.
No branches or pull requests
#include "date/tz.h"
#include
int
main()
{
using namespace date;
using namespace std::chrono;
auto t = make_zoned(current_zone(), system_clock::now());
std::cout << t << '\n';
}
Rule Mexico 1931 only - April 30 0:00 1:00 D
Mexico 1931 1931 Jan/01 00:00:00 00:00:00
oops: bad dow name: il
The text was updated successfully, but these errors were encountered: