Giter VIP home page Giter VIP logo

Comments (5)

dreamorosi avatar dreamorosi commented on August 18, 2024 1

From what I read online, it seems that this should be the system-wide setting which is a symlink. I am not sure Node.js is able to or can be configured to follow the link and convert it to the expected format.

If this is a test environment (but likely even if it isn't) I think the easiest way would be to set the desired timezone as environment variable in your code/entry points (process.env.TZ = 'Europe/Madrid') or when you launch your code (i.e. TZ=Europe/Madrid node foo.js).

I hope it helps!

from powertools-lambda-typescript.

boring-cyborg avatar boring-cyborg commented on August 18, 2024

Thanks for opening your first issue here! We'll come back to you as soon as we can.
In the meantime, check out the #typescript channel on our Powertools for AWS Lambda Discord: Invite link

from powertools-lambda-typescript.

dreamorosi avatar dreamorosi commented on August 18, 2024

Hi @springer5296, thank you for opening this issue.

Without using Powertools, what's the value of the TZ environment variable?

For example, if you run this code below, what's the output?

console.log(process.env.TZ);

We support only values that appear in the TZ column of the IANA time zone database because that's the convention that the AWS Lambda service uses.

from powertools-lambda-typescript.

springer5296 avatar springer5296 commented on August 18, 2024

Thanks for the quick response @dreamorosi! It does seem like TZ is being set to that value for some reason. I will do some digging to determine how we can get this set to a proper value in our repo.

from powertools-lambda-typescript.

github-actions avatar github-actions commented on August 18, 2024

⚠️ COMMENT VISIBILITY WARNING ⚠️

This issue is now closed. Please be mindful that future comments are hard for our team to see.

If you need more assistance, please either tag a team member or open a new issue that references this one.

If you wish to keep having a conversation with other community members under this issue feel free to do so.

from powertools-lambda-typescript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.