We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c30753 + c1ed078 commit 0164485Copy full SHA for 0164485
2 files changed
.gitignore
@@ -329,3 +329,6 @@ ASALocalRun/
329
# MFractors (Xamarin productivity tool) working folder
330
.mfractor/
331
/src/enc_temp_folder/
332
+
333
+build/
334
+!build/tools/EmbedFile.exe
src/lib/Convert.h
@@ -34,7 +34,7 @@ namespace sttp
34
datetime_t FromUnixTime(time_t unixSOC, uint16_t milliseconds);
35
36
// Convert Unix second of century and microseconds to DateTime
37
- datetime_t FromUnixTimeMicro(time_t unixSOC, uint16_t microseconds);
+ datetime_t FromUnixTimeMicro(time_t unixSOC, uint32_t microseconds);
38
39
// Converts a timestamp, in Ticks, to DateTime
40
datetime_t FromTicks(int64_t ticks);
0 commit comments