<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unixtime, branch master</title>
<subtitle>l_bratch/unixtime/ import from blatech.co.uk from 04/02/2023</subtitle>
<id>http://git.tghost.co.uk/blatech-gitlab/l_bratch/unixtime/atom?h=master</id>
<link rel='self' href='http://git.tghost.co.uk/blatech-gitlab/l_bratch/unixtime/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/blatech-gitlab/l_bratch/unixtime/'/>
<updated>2017-07-12T15:18:51Z</updated>
<entry>
<title>Merge branch 'irc-input-fix' into 'master'</title>
<updated>2017-07-12T15:18:51Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2017-07-12T15:18:51Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/blatech-gitlab/l_bratch/unixtime/commit/?id=98f8672608b600524a5abf360d9b65fdcb4e1cbd'/>
<id>urn:sha1:98f8672608b600524a5abf360d9b65fdcb4e1cbd</id>
<content type='text'>

Irc input fix

Handles IRC input where the arguments are received as a single string, regardless of spaces. If there is one argument it will split it on spaces.

See merge request !2</content>
</entry>
<entry>
<title>Improve handling of milliseconds to handle any length</title>
<updated>2017-07-12T14:36:45Z</updated>
<author>
<name>Joe Robinson</name>
<email>joe@lc8n.com</email>
</author>
<published>2017-07-12T14:36:45Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/blatech-gitlab/l_bratch/unixtime/commit/?id=140c8fc8020f677c9326103a7cb718ae482e0226'/>
<id>urn:sha1:140c8fc8020f677c9326103a7cb718ae482e0226</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle IRC single argument input</title>
<updated>2017-07-12T14:35:56Z</updated>
<author>
<name>Joe Robinson</name>
<email>joe@lc8n.com</email>
</author>
<published>2017-07-12T14:35:56Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/blatech-gitlab/l_bratch/unixtime/commit/?id=ec1620e57b8ea542ccd8e703539bc14c3e2cf40e'/>
<id>urn:sha1:ec1620e57b8ea542ccd8e703539bc14c3e2cf40e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle argument being an empty string in the same way as undefined</title>
<updated>2017-07-12T14:21:31Z</updated>
<author>
<name>Joe Robinson</name>
<email>joe@lc8n.com</email>
</author>
<published>2017-07-12T14:21:31Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/blatech-gitlab/l_bratch/unixtime/commit/?id=dcb2720df0a410bdef8714ef983a8d860009c969'/>
<id>urn:sha1:dcb2720df0a410bdef8714ef983a8d860009c969</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'milliseconds' into 'master'</title>
<updated>2017-07-12T14:08:20Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2017-07-12T14:08:20Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/blatech-gitlab/l_bratch/unixtime/commit/?id=347936a79b7e326083559ec8614df1c26a829558'/>
<id>urn:sha1:347936a79b7e326083559ec8614df1c26a829558</id>
<content type='text'>

Milliseconds

Added 3 new functions:

**Print the current unix timestamp**

Run the script with no arguments

e.g:

joe@phobos ~/blatech/unixtime $ ./unixtime.pl 

1499865953


**Convert from time since the Unix epoch, given in milliseconds**

Run the script with a timestamp in milliseconds, and add a second argument "ms"

e.g:

joe@phobos ~/blatech/unixtime $ ./unixtime.pl 1499865571123 ms

Wed Jul 12 14:19:31:123 BST 2017


**Print the current time since the Unix epoch in milliseconds**

Run the script only with the argument "ms"

e.g:

joe@phobos ~/blatech/unixtime $ ./unixtime.pl ms

1499866043745

See merge request !1</content>
</entry>
<entry>
<title>Add some spaces on string concatenation to be consistent</title>
<updated>2017-07-12T13:32:08Z</updated>
<author>
<name>Joe Robinson</name>
<email>joe@lc8n.com</email>
</author>
<published>2017-07-12T13:32:08Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/blatech-gitlab/l_bratch/unixtime/commit/?id=955b122dd5ec7560d5b76c6095f024bf9e26560f'/>
<id>urn:sha1:955b122dd5ec7560d5b76c6095f024bf9e26560f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add comments</title>
<updated>2017-07-12T13:23:57Z</updated>
<author>
<name>Joe Robinson</name>
<email>joe@lc8n.com</email>
</author>
<published>2017-07-12T13:23:57Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/blatech-gitlab/l_bratch/unixtime/commit/?id=1a5f471f587b3be5c732cca2f94ec5cfa9bfa108'/>
<id>urn:sha1:1a5f471f587b3be5c732cca2f94ec5cfa9bfa108</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add options to convert and print milliseconds, and to show the current unixtime</title>
<updated>2017-07-12T13:22:38Z</updated>
<author>
<name>Joe Robinson</name>
<email>joe@lc8n.com</email>
</author>
<published>2017-07-12T13:22:38Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/blatech-gitlab/l_bratch/unixtime/commit/?id=a46542b43eb800d3d807e1ce6c1e15482a113684'/>
<id>urn:sha1:a46542b43eb800d3d807e1ce6c1e15482a113684</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Output line break at end of line</title>
<updated>2015-08-10T09:03:34Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2015-08-10T09:03:34Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/blatech-gitlab/l_bratch/unixtime/commit/?id=ba7417df7cdd5f291d8cc359c9c5450ffadff905'/>
<id>urn:sha1:ba7417df7cdd5f291d8cc359c9c5450ffadff905</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename to .pl as now a proper Perl script</title>
<updated>2015-08-10T09:01:43Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2015-08-10T09:01:43Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/blatech-gitlab/l_bratch/unixtime/commit/?id=1ff7c6514b67ce23b6d7e02f19bd2b77cb361def'/>
<id>urn:sha1:1ff7c6514b67ce23b6d7e02f19bd2b77cb361def</id>
<content type='text'>
</content>
</entry>
</feed>
