cap-js / ord

Open Resource Discovery (ORD) is a protocol that allows applications and services to self-describe their exposed resources and capabilities. This plugin enables generation of ORD document for CAP based applications.
Apache License 2.0
3 stars 4 forks source link

Remove includeOffset in getRFC3339Date #99

Open zongqichen opened 4 days ago

zongqichen commented 4 days ago

In the function getRFC3339Date, there is an argument includeOffset with default value true. Since this function is to generate default value and we have no chance or reason to toggle it on or off, I think we can remove this dead logic.