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
- Host: GitHub
- URL: https://github.com/ericvera/scdate
- Owner: ericvera
- License: mit
- Created: 2024-04-11T19:44:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-13T04:29:48.000Z (4 months ago)
- Last Synced: 2026-02-13T08:45:05.108Z (4 months ago)
- Language: TypeScript
- Size: 5.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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