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 e33304d commit 7b7596cCopy full SHA for 7b7596c
src/BSON/UTCDateTime.c
@@ -71,7 +71,7 @@ static bool php_phongo_utcdatetime_init_from_string(php_phongo_utcdatetime_t *in
71
errno = 0;
72
73
#if defined(PHP_WIN32)
74
- milliseconds = _atoi64(s);
+ milliseconds = _atoi64(s_milliseconds);
75
#else
76
milliseconds = bson_ascii_strtoll(s_milliseconds, &endptr, 10);
77
#endif
0 commit comments