shithub: plan9front

Download patch

ref: 56e869ac7004a635a7d63596ee751275484f28c3
parent: 3ba1d83d2026ebac616ab17a2126df97c0a7a24c
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Aug 9 14:58:44 EDT 2020

libc: new date apis

The current date and time APIs on Plan 9 are not good. They're
inflexible, non-threadsafe, and don't expose timezone information.

This commit adds new time APIs that allow parsing arbitrary
dates, work from multiple threads, and can handle timezones
effectively.