@codeexpander/plugin-date 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # Date & Time / 日期与时间
2
+
3
+ **EN** — Date and time utilities: Unix epoch converter (timestamp ↔ human, start/end of day/month/year, seconds converter, dynamic dates), cron expression editor, and timezone lookup. Switch between tools via tabs.
4
+
5
+ **中文** — 日期时间工具:Unix 时间戳转换(与可读时间互转、日/月/年起止、秒数换算、常用时间)、Cron 表达式编辑、时区查询。通过标签页切换不同工具。
6
+
7
+ ## Tools / 工具列表
8
+
9
+ | id | EN | 中文 |
10
+ |----|-----|------|
11
+ | epoch-converter | Epoch Converter | 时间戳转换 |
12
+ | cron-editor | Cron Editor | Cron 表达式 |
13
+ | timezone-lookup | Timezone Lookup | 时区查询 |