Skip to content
New issue

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

Windows support #6

Closed
eddelbuettel opened this issue Dec 15, 2016 · 2 comments
Closed

Windows support #6

eddelbuettel opened this issue Dec 15, 2016 · 2 comments

Comments

@eddelbuettel
Copy link
Owner

eddelbuettel commented Dec 15, 2016

Maybe a little tricky to get at std::chrono without CCTZ and Rcpp but doable. Would forgo the formatting, parsing, TZ help.

At a strict minimum someone driven-enough could extend Simon's fasttime to return two doubles (in UTC time) as we do -- which would cover parsing. Formating could be done as a kludge with strftime and sprintf as we already do for fractional seconds. Likely brittle though.

Maybe someone should just port CCTZ to Windows? Or maybe just build it and have it skip TZ operations for lack of zoneinfo and still parse / format at UTC?

@dcdillon
Copy link

dcdillon commented Jan 9, 2017

We solved this, no?

@eddelbuettel
Copy link
Owner Author

Yes, pending release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants