| src/panda/time.h | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 6 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 14 | 0 | 0 | inline bool localtime (ptime_t epoch, datetime* result) { return anytime(epoch, result, tzlocal()); } | 
| 15 | 0 | 0 | inline ptime_t timelocal (datetime* date) { return timeany(date, tzlocal()); } | 
| 16 | 0 | 0 | inline ptime_t timelocall (datetime* date) { return timeanyl(date, tzlocal()); } |