Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
datetime.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: © 2019 Alexandros Theodotou <alex@zrythm.org>
2// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
10#ifndef __UTILS_DATETIME_H__
11#define __UTILS_DATETIME_H__
12
13#include <glib.h>
14
26char *
28
29char *
30datetime_epoch_to_str (gint64 epoch, const char * format);
31
36char *
38
43#endif
char * datetime_get_for_filename(void)
Get the current datetime to be used in filenames, eg, for the log file.
char * datetime_get_current_as_string(void)
Returns the current datetime as a string.