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

  • Home
  • SEARCH
  • 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 web application with users and their documents. Each user can have
Say that I have two models- Users and Accounts. Each account can have at
I'm working on a database that needs to represent computers and their users. Each
I'm attempting to code a script that outputs each user and their group on
I have a rails application where each user has a separate database. (taking Joel
What options are there for installing Django such that multiple users (each with an
I have an application in which users interact with each-other. I want to visualize
I am developing a PHP-based login system. Each user has an ID(a number) and
Is it possible to get statistics about each users contributions, total line count etc?
I have a JNI library that interacts with a set of third party libraries,

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.