Developers must have entered their timezone to make this work
PR:MAVEN-387 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113324 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3deaa8d08f
commit
298248bd4c
@ -24,7 +24,11 @@
|
||||
|
||||
function init() {
|
||||
#foreach ($developer in $project.developers)
|
||||
offsetDate("developer-$developer.id", "$developer.timezone");
|
||||
#if ($developer.timezone)
|
||||
#if ($developer.timezone != "")
|
||||
offsetDate("developer-$developer.id", "$developer.timezone");
|
||||
#end
|
||||
#end
|
||||
#end
|
||||
}
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user