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
msposd/osd.c
Line 1186 in 3dca811
time_t t = time(NULL); struct tm *tm = localtime(&t); // 改为 localtime 获取本地时间 strftime(s, 64, timefmt, tm);
The text was updated successfully, but these errors were encountered:
@longcat99 Good catch, #39 , Hope it will be accepted.
Sorry, something went wrong.
Merged, thanks!
I have found an issue when it comes to IPC. OpenIPC don't have that much flash rom for zoneinfo, and it was NOT build in firmware.
It's OK for my raspberry Pi, but NOT OK for my OpenIPC camera. @tipoman9 @longcat99
$ du -sh /usr/share/zoneinfo 5.8M /usr/share/zoneinfo
No branches or pull requests
msposd/osd.c
Line 1186 in 3dca811
time_t t = time(NULL);
struct tm *tm = localtime(&t); // 改为 localtime 获取本地时间
strftime(s, 64, timefmt, tm);
The text was updated successfully, but these errors were encountered: