From 4b6c0e31385f5f27a151088c0a2b614495c4e589 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 14 Oct 2021 12:47:50 -0400 Subject: initial commit, including theme --- content/posts/2004-01-15-parsedate-is-my-friend.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/posts/2004-01-15-parsedate-is-my-friend.html (limited to 'content/posts/2004-01-15-parsedate-is-my-friend.html') diff --git a/content/posts/2004-01-15-parsedate-is-my-friend.html b/content/posts/2004-01-15-parsedate-is-my-friend.html new file mode 100644 index 0000000..4d4325f --- /dev/null +++ b/content/posts/2004-01-15-parsedate-is-my-friend.html @@ -0,0 +1,9 @@ +--- +date: "2004-01-15T21:54:01Z" +title: ParseDate is My Friend +--- + +

+I really like it when stuff just works ™. Case in point: the ParseDate module in Ruby. I'm updating LocalFark to account for the change in date syntax on Fark and TotalFark. On a hunch, I just passed the entire date string scraped from {,Total}Fark into ParseDate::parsedate, and it worked exactly as advertised, simplifying the code in LocalFark. I'm testing the changes now; if everything works okay a new version will be out in less than an hour. +

+ -- cgit v1.2.3