How could i use GMT time on my website?

please help me how do i use GMT time on my website?:hugegrin:

Well it would help if you told us what language your using.

If you’re using PHP, use the gm* date functions instead of the normal date functions.

For instance, use gmdate(…) instead of date(…)