Merge branch 'main' into chesterkxng

This commit is contained in:
Chesterkxng
2025-03-28 17:02:26 +00:00
17 changed files with 1020 additions and 115 deletions

View File

@@ -1,3 +1,4 @@
import { tool as timeBetweenDates } from './time-between-dates/meta';
import { tool as daysDoHours } from './convert-days-to-hours/meta';
import { tool as hoursToDays } from './convert-hours-to-days/meta';
import { tool as convertSecondsToTime } from './convert-seconds-to-time/meta';
@@ -9,5 +10,6 @@ export const timeTools = [
hoursToDays,
convertSecondsToTime,
convertTimetoSeconds,
truncateClockTime
truncateClockTime,
timeBetweenDates
];