55 lines
3.8 KiB
HTML
55 lines
3.8 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>CLiki: Ystok-Local-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=Ystok-Local-Time">
|
||
|
<link rel="stylesheet" href="static/css/style.css">
|
||
|
<link rel="stylesheet" href="static/css/colorize.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<span class="hidden">CLiki - Ystok-Local-Time</span>
|
||
|
<div id="content"><div id="content-area"><div id="article-title">Ystok-Local-Time</div><div id="article">Ystok-Local-Time is a library for for representing and handling <a href="time.html" class="category">time</a> zones, dates, and timestamps.<p>This package partially supports ISO 8601 format and provides localized read and print of date and time.<p>Ystok-Local-Time was written by <a href="Dmitri Ivanov.html" class="internal">Dmitri Ivanov</a>.<p>License: <a href="LLGPL.html" class="internal">LLGPL</a><p>Homepage: <a href="http://lisp.ystok.ru/ylocal-time/">http://lisp.ystok.ru/ylocal-time/</a>.<p>The idea was originally based on the LOCAL-TIME concept proposed by Erik
|
||
|
Naggum (1965-2009) in <a href="http://naggum.no/lugm-time.html">
|
||
|
"The Long, Painful History of Time"</a> in 1999.<p>Date/time is represented by one of the following three structures:<p>- <code>date</code> corresponds to the DATE data type in SQL (ISO/IEC 9075:1999,2003)<br>
|
||
|
- <code>local-time</code> corresponds to TIMESTAMP WITHOUT TIME ZONE<br>
|
||
|
- <code>utc-time</code> corresponds to SQL TIMESTAMP WITH TIME ZONE and contains an explicit timezone offset.<p>The library was developed and tested on LispWorks and SBCL.</div></div>
|
||
|
<div id="footer" class="buttonbar"><ul><li><a href="Ystok-Local-Time.html">Current version</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/history?article=Ystok-Local-Time">History</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/backlinks?article=Ystok-Local-Time">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=Ystok-Local-Time&from-revision=3599921002">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>
|