128 lines
7 KiB
HTML
128 lines
7 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>CLiki: time</title>
|
||
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
||
|
href="https://www.cliki.net/site/feed/article.atom?title=time">
|
||
|
<link rel="stylesheet" href="static/css/style.css">
|
||
|
<link rel="stylesheet" href="static/css/colorize.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<span class="hidden">CLiki - time</span>
|
||
|
<div id="content"><div id="content-area"><div id="article-title">time</div><div id="article">Lisp libraries for working with times, dates, formatting, calendars, ...<p><ul>
|
||
|
<li>
|
||
|
<a href="chronicity.html" class="internal">chronicity</a> -
|
||
|
Chronicity is a Common Lisp library for parsing natural language date and <a href="time.html" class="category">time</a> strings
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="cl-covid19.html" class="internal">cl-covid19</a> -
|
||
|
The cl-covid19 system provides APIs for exploring and reviewing <a href="https://en.wikipedia.org/wiki/Coronavirus_disease_2019">COVID-19</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="cl-date-time-parser.html" class="internal">cl-date-time-parser</a> -
|
||
|
Parse date-<a href="time.html" class="category">time</a>-<a href="string.html" class="category">string</a>, and return (as multiple values) <a href="https://cliki.net/site/HyperSpec/Body/sec_25-1-4-2.html">universal-time</a> and fraction
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="cl-period.html" class="internal">cl-period</a> -
|
||
|
<a href="https://github.com/wmannis/cl-period">cl-period</a> allows one to express and check <a href="time.html" class="category">time</a> periods in a terse but readable way
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="cl-strftime.html" class="internal">cl-strftime</a> -
|
||
|
Common Lisp compiler for the strf<a href="time.html" class="category">time</a> language
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="CLLIB.html" class="internal">CLLIB</a> -
|
||
|
CLLIB is a varied collection of Common lisp tools and routines in <a href="CLOCC.html" class="internal">CLOCC</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="cluck.html" class="internal">cluck</a> -
|
||
|
<a href="http://git.kpe.io/?p=cluck.git;a=summary">Cluck</a> is a Common Lisp library written by <a href="Kevin Rosenberg.html" class="internal">Kevin Rosenberg</a> for assisting in configuring <a href="time.html" class="category">time</a>rs on microcontroller chips
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="Date-Calc.html" class="internal">Date-Calc</a> -
|
||
|
Date-Calc aims to be a port of the Perl Date::Calc <a href="time.html" class="category">time</a>-handling library
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="de.setf.utility.html" class="internal">de.setf.utility</a> -
|
||
|
de setf utility is a collection of Common Lisp <a href="utilities.html" class="category">utilities</a> functions and several purpose-specific libraries
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="jd-time-utils.html" class="internal">jd-time-utils</a> -
|
||
|
jd-time-utils is a Common Lisp library for computing <a href="time.html" class="category">time</a> and parsing time strings outside the Lisp UT range of 1900-01-01 onward, using Julian Days internally
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="local-time.html" class="internal">local-time</a> -
|
||
|
<a href="https://github.com/dlowe-net/local-time">local-time</a> is a library for manipulating date and <a href="time.html" class="category">time</a> information in a semi-standard manner
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="princ-ut-interval.html" class="internal">princ-ut-interval</a> -
|
||
|
princ-ut-interval prints <a href="time.html" class="category">time</a> durations in human readable format
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="quux-time.html" class="internal">quux-time</a> -
|
||
|
<a href="https://gitlab.common-lisp.net/qitab/quux-time">QUUX-TIME</a> is a library to deal with efficient representation of <a href="time.html" class="category">time</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="rfc3339-timestamp.html" class="internal">rfc3339-timestamp</a> -
|
||
|
A library to decode and encode <a href="time.html" class="category">time</a>stamps according to <a href="RFC.html" class="category">RFC</a> <a href="https://www.rfc-editor.org/rfc/rfc3339.html">3339</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="rw-ut.html" class="internal">rw-ut</a> -
|
||
|
rw-ut reads and writes lisp universal <a href="time.html" class="category">time</a>s as ISO-8601 strings
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="simple-date-time.html" class="internal">simple-date-time</a> -
|
||
|
Date and <a href="time.html" class="category">time</a> library for Common Lisp
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="trivial-timeout.html" class="internal">trivial-timeout</a> -
|
||
|
OS- and <a href="Common Lisp implementation.html" class="internal">implementation</a>-independent access to <a href="time.html" class="category">time</a>outs
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="vseloved-date-utils.html" class="internal">vseloved-date-utils</a> -
|
||
|
date-utils is a library for handling dates in a PLIST format, like (:year 2009 :day 1 :month 3)
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="Ystok-Local-Time.html" class="internal">Ystok-Local-Time</a> -
|
||
|
Ystok-Local-Time is a library for for representing and handling <a href="time.html" class="category">time</a> zones, dates, and timestamps
|
||
|
</li>
|
||
|
</ul></div></div>
|
||
|
<div id="footer" class="buttonbar"><ul><li><a href="time.html">Current version</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/history?article=time">History</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/backlinks?article=time">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=time&from-revision=3638979417">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
||
|
</div>
|
||
|
<div id="header-buttons" class="buttonbar">
|
||
|
<ul>
|
||
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
||
|
<li><a href="CLiki.html">About</a></li>
|
||
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
||
|
</ul>
|
||
|
<div id="search">
|
||
|
<form action="https://www.cliki.net/site/search">
|
||
|
<label for="search_query" class="hidden">Search CLiki</label>
|
||
|
<input type="text" name="query" id="search_query" value="" />
|
||
|
<input type="submit" value="search" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="pageheader">
|
||
|
<div id="header">
|
||
|
<span id="logo">CLiki</span>
|
||
|
<span id="slogan">the common lisp wiki</span>
|
||
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
||
|
<label for="login_name" class="hidden">Account name</label>
|
||
|
<input type="text" name="name" id="login_name" class="login_input" />
|
||
|
<label for= "login_password" class="hidden">Password</label>
|
||
|
<input type="password" name="password" id="login_password" class="login_input" />
|
||
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
||
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
||
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body></html>
|