У нас вы можете посмотреть бесплатно Time Zone Troubles? Fix it with Jinja in Quickbase Pipelines или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Get the Jinja Date & Time Cheat Sheet Accessing the current date/time in Pipelines using Jinja can be SUPER helpful, but if you don't convert it to your local timezone... it can be SUPER frustrating. When using the {{ time.now }} Jinja template, you may not immediately notice that you have a time zone issue. For me on Pacific Time, I'm currently 7 hours behind the UTC time that this template returns... so It's only after 5 PM that I start having issues (when referencing just the date). Basically, any pipeline running after 5 PM time will use the next day's values 😱 This is a problem. (read more about it https://www.quickbasejunkie.com/blog/...) We can fix this with the Jinja timezone filter. Apply Time Zones, such as: ㊙️ Eastern ㊙️ Central ㊙️ Mountain ㊙️ Pacific ㊙️ Plus many more! How to use the Jinja timzone filter To add the timezone filter to your {{ time.now }} templates you'll include a "pipe" symbol followed by the 'timezone' function and then the properly formatted time zone within a set of parentheses and single quotations. Here are several common examples: Eastern {{ time.now|timezone('America/New_York') }} Central {{ time.now|timezone('America/Chicago') }} Mountain {{ time.now|timezone('America/Denver') }} Pacific {{ time.now|timezone('America/Los_Angeles') }} For more time zones use the "TZ database names "column in the resource below. What's even better, most of these time zones adjust for daylight savings too! 🎦📚😃 Get more training from Quick Base Junkie https://quickbasejunkie.com/training RESOURCES: Get the Intro to Jinja for Pipelines course + Jinja Library: https://www.quickbasejunkie.com/intro... Learn More About Jinja: https://www.quickbasejunkie.com/blog/... Lookup Additional Time Zones: https://en.wikipedia.org/wiki/List_of... Adjust dates & times using Jinja: https://www.quickbasejunkie.com/blog/... Feeling like a Junkie? Subscribe Now! https://www.quickbasejunkie.com/sign-up LET'S CONNECT! LinkedIn ➤ / quickbasejunkie Instagram ➤ / quickbasejunkie Facebook ➤ https://fb.me/quickbasejunkie Quick Base Junkie ➤ https://quickbasejunkie.com Learn More About Quickbase @ https://quickbase.com © Quick Base Junkie COPYRIGHT NOTICE: The content, title, description, and specific ways in which the information in this video is organized, documented, and presented are the creative property of Quick Base Junkie. For use in any medium attribution is required, for questions or use permission, contact me @ https://quickbasejunkie.com/contact. Quick Base Junkie is unofficial and not affiliated with Quickbase Inc.