Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
get_time_string.h
Go to the documentation of this file.
1#ifndef joedb_get_time_string
2#define joedb_get_time_string
3
4#include <stdint.h>
5#include <string>
6
7namespace joedb
8{
9 /// @ingroup ui
10 std::string get_time_string(int64_t timestamp);
11 /// @ingroup ui
12 std::string get_time_string_of_now();
13}
14
15#endif
std::string get_time_string(int64_t timestamp)
std::string get_time_string_of_now()
Definition Blob.h:7