From c299c3c252c8b868330baa6363854438f62801f7 Mon Sep 17 00:00:00 2001 From: Guilherme Silva Ferreira Date: Wed, 20 May 2026 16:46:05 +0100 Subject: [PATCH] Fix command name from 'todate' to 'tomdate' In the readme.md file, the example code in the tomdate entry referred to the todate script. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 699b851..32c1ce2 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,11 @@ Easy way to convert Unix time (milliseconds) to UTC time. Commands: ``` -~$ ./todate [milliseconds] +~$ ./tomdate [milliseconds] ``` Example: ``` -~$ ./todate 1476676336400 +~$ ./tomdate 1476676336400 ``` ### 7. tohex Easy way to convert decimal number to hexadecimal. I usually use to convert alpha to hex.