Modify ↓
Opened 15 years ago
Last modified 15 years ago
#6826 new enhancement
Add support for further datetime formats in JSON-RPC (et al. ?)
Reported by: | Olemis Lang | Owned by: | Olemis Lang |
---|---|---|---|
Priority: | normal | Component: | XmlRpcPlugin |
Severity: | normal | Keywords: | date formats json rpc |
Cc: | Trac Release: | 0.12 |
Description
It would be nice to add support for (at least) the following time formats :
- @ticks@ string format
- ASP.NET AJAX \/Date(ticks)\/ string format
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Yeah, most likely. Especially seeing that Trac recently switched to supporting microeconds in a long int format (0.12dev). The RPC plugin should be able to push that information out to clients, and also accept it as input from clients. The ticks in the links use milliseconds, so a decision is needed about the granularity the RPC plugin should handle.