Bamboo's BuildChangeDetector does not take time zones in to consideration when asking Perforce for changes. All Perforce commands assume the time zone of the server. In our case the Perfrorce server runs on PST and the Bamboo server on UTC. The effect is that Bamboo never builds from changes detected in the VCS. The changes are detected and Bamboo issues a p4 changes command using the current date and the date since last build. This command return zero in our case since the server is 8 hours ahead.
I temporarily solved the problem by passing system property user.timezone in the wrapper config.
Apologies for the late reply this issue seems to have slipped through the cracks.
Good news however, I am currently working on changing the way bamboo detects perforce changes to be based on the change number rather than the time. So, having your servers in different timezones should no longer be a problem.
You can track the progress of this here: http://jira.atlassian.com/browse/BAM-1096
Cheers
Brydie