Adds an inital stdlib available to script sandbox. Currently only unstable symbols.
Motivation and Context
Need to have at least some support for ISO date <-> unix timestamp conversion
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[ ] I have updated the documentation accordingly. If you are changing code related to user secrets you need to really make sure that security documentation is correct.
Description
Adds an inital stdlib available to script sandbox. Currently only
unstable
symbols.Motivation and Context
Need to have at least some support for ISO date <-> unix timestamp conversion
Types of changes
Checklist: