Hi,
I work with the compilers team for VxWorks(https://www.windriver.com/products/vxworks) and we want to add VxWorks support to this crate. Internally, we have a crate called as VXAL which serves as an abstraction layer. It uses OS specific API(s) and processes to query the timezone information. (It could be from the build process or from the kernel) However, this crate is strictly internal and cannot be pushed to crates.io as it contains sensitive information.
I would like to see some method to dynamically give this crate the information it needs.
Please check PR #173 and/or this comment #173 (comment) for further info.
Thanks!
Hi,
I work with the compilers team for VxWorks(https://www.windriver.com/products/vxworks) and we want to add VxWorks support to this crate. Internally, we have a crate called as VXAL which serves as an abstraction layer. It uses OS specific API(s) and processes to query the timezone information. (It could be from the build process or from the kernel) However, this crate is strictly internal and cannot be pushed to crates.io as it contains sensitive information.
I would like to see some method to dynamically give this crate the information it needs.
Please check PR #173 and/or this comment #173 (comment) for further info.
Thanks!