Show HN: Tu – Convert natural language date/time to UTC

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. tu

    CLI tool to convert a natural language date/time string to UTC

    I don't think this is very well made. Uses a hand rolled parser with no formal grammar. Special case logic is not documented, e.g. https://github.com/ad-si/tu/blob/main/src/chrono_english/par...

    But I guess it solved the author's problem and we can't argue with that.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. parse-human-relative-time

    Parse human relative time strings like "next Tuesday 3pm".

    I built a JavaScript library for my needs: https://github.com/derhuerst/parse-human-relative-time

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Simple, fast and safety alternative for unzip

    7 projects | /r/rust | 11 Mar 2023
  • Human-readable interval parser for Javascript. Converts words written in English to numbers by using node-numbered.

    1 project | /r/javascript | 14 Jan 2021
  • Format dates and times easily in your application using Day.js

    1 project | dev.to | 12 Jan 2025
  • Interactive CLI tool to generate AI-friendly context

    2 projects | news.ycombinator.com | 21 Dec 2024
  • React Custom Hooks vs. Helper Functions - When To Use Both

    2 projects | dev.to | 3 Jul 2024

Did you know that Rust is
the 5th most popular programming language
based on number of references?