CRITICAL: All dates must use the Long Now Foundation format with Blesséd Dialekt月 notation:
Format: YYYYY-MM月DD
- 5-digit years (prepend leading zero to 4-digit years)
- Two-digit month followed by the 月 (moon/month) character
- Two-digit day
- Big-endian ordering (most significant to least significant)
-
❌ Wrong:
2024-12-01 -
✅ Correct:
02024-12月01 -
❌ Wrong:
2024-01-15 -
✅ Correct:
02024-01月15
- Year 10K compliance: Following Long Now Foundation's 5-digit year system to avoid Y10K problem
- Unambiguous ordering: Big-endian format eliminates MM/DD vs DD/MM confusion
- Cultural bridge: 月 character connects English dates to international (especially East Asian) linguistic context
- Kinetic expression: The 月 symbol adds symbolic richness while maintaining readability
This format is subject to evolution based on calmunity⁵ consensus, but represents the current best-known model for date representation in the Blesséd Dialekt ecosystem.
[Additional guidelines to be added as patterns emerge]