Sign in
cobalt
/
cobalt
/
d2bc3b69d823bbaf46d1c4355b23486a85a6d791
/
.
/
third_party
/
musl
/
src
/
starboard
/
time
/
__tz.c
blob: 7af8789c57f82663a828db476e6ec421b4a46492 [
file
] [
log
] [
blame
]
#include
"time_impl.h"
#include
"starboard/common/log.h"
// Starboard does not provide a mechanism to query for the name of a timezone
// given a struct tm.
const
char
*
__tm_to_tzname
(
const
struct
tm
*
tm
)
{
SB_NOTREACHED
();
return
""
;
}