<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -61,7 +61,7 @@ end
 
 desc &quot;create the gemspec for waves-stable&quot;
 task &quot;stable:gemspec&quot; =&gt; :gemspec do
-  version = Time.now.strftime('%Y.%m.%d')
+  version = Time.now.utc.strftime('%Y.%m.%d')
   File.open(&quot;waves.gemspec&quot;, &quot;r&quot;) do |w|
     File.open(&quot;stable.gemspec&quot;, &quot;w&quot;) do |s|
       w.each_line do |line|
@@ -79,7 +79,7 @@ desc &quot;create the gemspec for waves-edge&quot;
 # after generating gemspec and committing, do
 # git push edge_remote edge_track:master
 task &quot;edge:gemspec&quot; =&gt; :gemspec do
-  version = Time.now.strftime('%Y.%m.%d.%H.%M')
+  version = Time.now.utc.strftime('%Y.%m.%d.%H.%M')
   File.open(&quot;waves.gemspec&quot;, &quot;r&quot;) do |w|
     File.open(&quot;edge.gemspec&quot;, &quot;w&quot;) do |s|
       w.each_line do |line|</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d8798bf5d1bfee793711178e2127cd5580a5cb64</id>
    </parent>
  </parents>
  <author>
    <name>Matthew King</name>
    <email>automatthew@gmail.com</email>
  </author>
  <url>http://github.com/dyoder/waves/commit/0f023a7c30f7ce6e8b47b378ade9cf36cb7c7ec0</url>
  <id>0f023a7c30f7ce6e8b47b378ade9cf36cb7c7ec0</id>
  <committed-date>2009-03-10T15:21:16-07:00</committed-date>
  <authored-date>2009-03-10T15:21:16-07:00</authored-date>
  <message>edge versioning should use UTC</message>
  <tree>78dfea63a64ab8e9c784c764e62819582233f7d8</tree>
  <committer>
    <name>Matthew King</name>
    <email>automatthew@gmail.com</email>
  </committer>
</commit>
