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

strptime unter windows #98

Open
Bjoern3003 opened this issue Aug 16, 2022 · 0 comments
Open

strptime unter windows #98

Bjoern3003 opened this issue Aug 16, 2022 · 0 comments

Comments

@Bjoern3003
Copy link

Bjoern3003 commented Aug 16, 2022

Kann es sein, dass die strptime Funktion unter Windows nicht lauffähig ist, wenn man die kompilierte Version in Windows mit cygwin installiert hat?

Kenne mich mit c leider nicht aus, aber unter PHP ist die strptime Funktion unter Windows auch nicht lauffähig, da diese auf eine System interne Komponente zurückgreift, die wohl in Windows nicht implementiert ist.

Müsste man daher ggf. https://github.com/openv/vcontrold/blob/master/src/unit.c#L209 anpassen?

Bei mir funktioniert das setzen der Zeit nämlich leider nicht. Er springt genau an der Stelle immer raus.

Edit: diese Lib stellt wohl die Funktion auch unter Windows bereit: https://github.com/p-j-miller/date-time

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

No branches or pull requests

1 participant