MCPcopy 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
24QDateTime 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
29NetEntry weeklyNet(const QString& id, int qtDow, const QString& time, int lead)
30{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected