Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 750603
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T14:34:12+00:00 2026-05-14T14:34:12+00:00

Each of my users has a (possibly) different TZ defined in their .bashrc .

  • 0

Each of my users has a (possibly) different TZ defined in their .bashrc. I have a Perl script that displays date/time and want it to have it display with their profile time zone.

Does anyone know the best way to do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T14:34:12+00:00Added an answer on May 14, 2026 at 2:34 pm

    A simple answer is to use:

        use POSIX;
        .... 
        print strftime("%H:%M %Z", localtime);
    

    But the zone returned by %Z varies from system to system. I have got GMT Daylight Time and BST on two different platforms.

    Edit
    The following is an experiment showing that (at least for me) %Z takes account of TZ

        export TZ=''
        perl -MPOSIX -e 'print strftime("%H:%M %Z\n", localtime)'
        export TZ=America/Los_Angeles
        perl -MPOSIX -e 'print strftime("%H:%M %Z\n", localtime)'
    

    Produces output

        16:45 UTC
        09:45 PDT
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table users with primary index userId . Currently, each user has
Let's say we have an application that has a number of features and each
Say I have a collection of Users. Each user has a User_ID , Username
Take for example an application which has users, each of which can be in
Lets say i have 2 Entities, User and Address. Each User has to have
Each user of my site has their own profile page, which contains several items
I have a User model and a Submission model. Each Submission has a ForeignKey
Assuming the message argument is a string, I have the following snippet: users.each do
I have multiple Users, each with a collection of Tasks. public class User {
I currently have a couple different user controls that provide the same functionality: three

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.