Add Time Difference to catagories.json under Date/Time

This commit is contained in:
tomgond 2024-04-03 22:39:33 +03:00 committed by GitHub
parent 016825d4de
commit 5290e28ba2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,8 +115,8 @@
"ROT8000", "ROT8000",
"XOR", "XOR",
"XOR Brute Force", "XOR Brute Force",
"Vigenère Encode", "Vigenère Encode",
"Vigenère Decode", "Vigenère Decode",
"To Morse Code", "To Morse Code",
"From Morse Code", "From Morse Code",
"Bacon Cipher Encode", "Bacon Cipher Encode",
@ -323,6 +323,7 @@
"Windows Filetime to UNIX Timestamp", "Windows Filetime to UNIX Timestamp",
"UNIX Timestamp to Windows Filetime", "UNIX Timestamp to Windows Filetime",
"DateTime Delta", "DateTime Delta",
"Time Difference",
"Extract dates", "Extract dates",
"Get Time", "Get Time",
"Sleep" "Sleep"