use CStr;
use AndroidSystemProperties;
use OnceCell;
// From https://android.googlesource.com/platform/ndk/+/android-4.2.2_r1.2/docs/system/libc/OVERVIEW.html
// The system property named 'persist.sys.timezone' contains the name of the current timezone.
static PROPERTIES: = new;
pub