-
Notifications
You must be signed in to change notification settings - Fork 0
Data Types
Marco Feltmann edited this page Apr 10, 2020
·
1 revision
Priority🥇
- some kind of data structure
- some describing text message (REQUIRED)
-
none or one of the following media data types: (OPTIONAL)
- audio {.ogg}
- video {.mpeg|.mov}
- image {.png|.jpeg}
We'll access the device-dependent representation of "date and time" like those listed in the table below.
| Language | Data Type |
|---|---|
| Objective-C | NSDate |
| Kotlin | java.time.LocalDateTime |
| Swift | Foundation.Date |
| Go | time.Time |
| Java | java.time.LocalDateTime |
When we talk about date and time, we're also implicitly talking about calendars and time zones. Since some implementations automagically convert the date and time into the format that corresponds to the user's settings there may be transitions into the past or the future if the date is not normalized accordingly.
This Wiki is still Work-In-Progress
At the moment this Wiki is the place to collaborate on the stories and features that will be included into DailyMotivationals.app.
The provided test cases will be turned into an user's handbook in the future, but for now it is all about development.