java - How to get Jira time? -


in jira, can select time (timezone) different server time. how time (or timezone) during development?

 timezone = objects.firstnonnull(           timezoneregistryfactory.getinstance().createregistry().gettimezone(timezone.getdefault().getid()),             timezone.getdefault()     ); 

Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -