Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ utc
Function
utc
tests/net_schedule_planner_test.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
QDateTime utc(int y, int mo, int d, int h, int mi)
25
{
26
return QDateTime(QDate(y, mo, d), QTime(h, mi), QTimeZone(
"UTC"
));
27
}
28
29
NetEntry weeklyNet(const QString& id, int qtDow, const QString& time, int lead)
30
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected