سؤال

Any possibility to changes user wise time zone in Linux.

لا يوجد حل صحيح

نصائح أخرى

Which user (a web client, or someone remotely logged thru ssh)? He could set the TZ environment variable, perhaps by adding a line like

export TZ='Europe/Paris'

in his ~/.bashrc file if bash is his login shell.

See environ(7) and tzselect(8)

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top