nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
date_time_modem.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef DATE_TIME_MODEM_H_
8#define DATE_TIME_MODEM_H_
9
10int date_time_modem_get(int64_t *date_time_ms, int *tz);
11void date_time_modem_store(struct tm *ltm, int tz);
12
13#endif /* DATE_TIME_MODEM_H_ */
void date_time_modem_store(struct tm *ltm, int tz)
int date_time_modem_get(int64_t *date_time_ms, int *tz)