-
Notifications
You must be signed in to change notification settings - Fork 738
Closed
Labels
Description
AutoRest modeler supports a Unix date time format for int type. It lets a spec specify that a date needs to be sent as the number of seconds since Unix epoch time to the server. This is implemented in some languages, but requires serialization/deserialization code in some remaining languages.
This issue: #909 tracked the changes needed in the modeler. It was implemented in C# in this PR: #948