Hi,
I'm trying to get my builds to use timestamps in local time rather than
UTC. In order to do that, I've added the following to my local.conf, as
had been suggested on this list before:
DATE := "${@time.strftime('%Y%m%d',time.localtime())}"
TIME := "${@time.strftime('%H%M%S',time.localtime())}"
Now, if I run "bitbake -e", I can see that my setting takes precedence
over Bitbake's default, and all timestamps are in local time.
However, when I actually build a target, all timestamps are still in UTC.
Why doesn't "bitbake -e" reflect the actual environment of the build?
And is there a way to achieve what I'm trying to do?
Thanks,
Dominic
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#50922): https://lists.yoctoproject.org/g/yocto/message/50922
Mute This Topic: https://lists.yoctoproject.org/mt/77278025/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-