An open API service indexing awesome lists of open source software.

https://github.com/ericvera/scdate

Timezone-free readable dates and times
https://github.com/ericvera/scdate

Last synced: 4 months ago
JSON representation

Timezone-free readable dates and times

Awesome Lists containing this project

README

          

# scDate Monorepo

TypeScript libraries for working with dates, times, and schedules.

## Packages

This monorepo contains the following packages:

- [scdate](./packages/scdate) - Date and time library for working with schedules
- [scschedule](./packages/scschedule) - Schedule management utilities (coming soon)

## Features

- 🕐 Comprehensive date/time handling with SDate, STime, STimestamp, and SWeekdays
- 🌍 Time zone aware operations
- 📦 Serializable to simple ISO-formatted strings
- 🔒 Immutable data structures
- 📅 Schedule-focused utilities
- ✅ Full TypeScript support

## Requirements

- Node.js >= 22
- TypeScript >= 5.0 (for TypeScript users)

## License

MIT