<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/date/date.c, branch release/4.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2000-07-26T21:12:35Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-07-26T21:12:35Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-07-26T21:12:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f1bf9342879a7ee2dd88e11a33ae7509eab55b0'/>
<id>urn:sha1:7f1bf9342879a7ee2dd88e11a33ae7509eab55b0</id>
<content type='text'>
'RELENG_4_1_0_RELEASE'.

This commit was manufactured to restore the state of the 4.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC:	- fix some GMT -&gt; UTC occurences</title>
<updated>2000-05-28T13:05:44Z</updated>
<author>
<name>Jeroen Ruigrok van der Werven</name>
<email>asmodai@FreeBSD.org</email>
</author>
<published>2000-05-28T13:05:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8ee9d5ed5b01a11d317719dd918047a19adbf401'/>
<id>urn:sha1:8ee9d5ed5b01a11d317719dd918047a19adbf401</id>
<content type='text'>
	- various fixes with regard to summer time
	- various other sanity fixes
</content>
</entry>
<entry>
<title>Back out previous commit and replace with a cleaner solution adapted</title>
<updated>1999-12-29T16:50:08Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>1999-12-29T16:50:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a82111c306239e1ad8e73de85631a5693f30da3b'/>
<id>urn:sha1:a82111c306239e1ad8e73de85631a5693f30da3b</id>
<content type='text'>
from the source attributed below.  In particular, this removes a goto
inside a switch and replaces those horrendous ATOI macros with
something acceptable.

More clean-ups to come.

PR:		bin/14151
Reported by:	Christian Weisgerber &lt;naddy@mips.rhein-neckar.de&gt;
Obtained from:	NetBSD
</content>
</entry>
<entry>
<title>Allow the year to be specified with an optional century.</title>
<updated>1999-11-10T13:34:39Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>1999-11-10T13:34:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=646e0924a1292fa46464e08990d513e8d76db7db'/>
<id>urn:sha1:646e0924a1292fa46464e08990d513e8d76db7db</id>
<content type='text'>
PR:	14472
Reported by:	j_guojun@lbl.gov (Jin Guojun)
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-27T23:15:48Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-27T23:15:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a4562393f80633b81c11d4f7df00548d1cc3c48'/>
<id>urn:sha1:2a4562393f80633b81c11d4f7df00548d1cc3c48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't continue if parsing failed when -f is in use. Exit with nonzero value.</title>
<updated>1999-06-25T09:04:48Z</updated>
<author>
<name>Martin Cracauer</name>
<email>cracauer@FreeBSD.org</email>
</author>
<published>1999-06-25T09:04:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d430c0c167a5ff97d2b0e68d8039e7e7313a5e6c'/>
<id>urn:sha1:d430c0c167a5ff97d2b0e68d8039e7e7313a5e6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>the month and three days are up for -hackers and the 24hrs for -committers.</title>
<updated>1999-05-14T00:28:41Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>1999-05-14T00:28:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3bc1b1bb27445146121dece6c6548093d1eb867a'/>
<id>urn:sha1:3bc1b1bb27445146121dece6c6548093d1eb867a</id>
<content type='text'>
add a -j flag that tells date not to try to set the date.  This allows you
to use date as a userland interface to strptime.

example:
TZ=GMT date -j -f "%a, %d %b %Y %T %Z" "Sun, 08 Nov 1998 02:22:20 GMT" +%s

which is the standard format for Last-modified headers in HTTP requests.

only one to respond: eivind
</content>
</entry>
<entry>
<title>Support seconds with -v.</title>
<updated>1999-03-09T09:38:54Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-03-09T09:38:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=269dfbee64dab12210fe203af4daf19f1f77a35f'/>
<id>urn:sha1:269dfbee64dab12210fe203af4daf19f1f77a35f</id>
<content type='text'>
PR:		6308
Submitted by:	Max Euston &lt;meuston@jmrodgers.com&gt;
</content>
</entry>
<entry>
<title>Added missing #include &lt;string.h&gt;</title>
<updated>1998-10-03T16:29:59Z</updated>
<author>
<name>Alexander Langer</name>
<email>alex@FreeBSD.org</email>
</author>
<published>1998-10-03T16:29:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f97fe1224338c9bd7cd78fd6a609ded8634c9dcf'/>
<id>urn:sha1:f97fe1224338c9bd7cd78fd6a609ded8634c9dcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restore Lite-2 sccsid. Restore include of sys/param.h.</title>
<updated>1998-05-13T07:31:42Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1998-05-13T07:31:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=574d12067746a019972bc7f4b9e95b062494d393'/>
<id>urn:sha1:574d12067746a019972bc7f4b9e95b062494d393</id>
<content type='text'>
</content>
</entry>
</feed>
