google / cctz

CCTZ is a C++ library for translating between absolute and civil times using the rules of a time zone.
Apache License 2.0
597 stars 166 forks source link

Limit MakeTime.LocalTimeLibC test to GLIBC #221

Closed devbww closed 2 years ago

devbww commented 2 years ago

Further restrict the environments where we know what to expect from mktime(); in particular to __GLIBC__. This means the test will also be skipped when run with alternative Linux C run-time libraries, like https://musl.libc.org/.


This change is Reviewable