Changeset 260


Ignore:
Timestamp:
Sep 14, 2017, 8:38:33 PM (7 years ago)
Author:
g7moreau
Message:
  • time on switch map is now the time of the map creation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r259 r260  
    26502650      link_with         => \%db_switch_link_with,
    26512651      switch_db         => \%SWITCH_DB,
     2652      timestamp         => $timestamp,
    26522653      };
    26532654
     
    27302731   my %db_switch_link_with         = %{$switch_connection->{link_with}};
    27312732   my %db_switch_global            = %{$switch_connection->{switch_db}};
     2733   my $timestamp                   = $switch_connection->{'timestamp'};
    27322734
    27332735   my %db_building= ();
     
    27472749   print "internet [label = \"internet\", color = black, fillcolor = cyan, shape = house, style = filled];\n";
    27482750
    2749    my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime time;
     2751   my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime $timestamp;
    27502752   $year += 1900;
    27512753   $mon++;
Note: See TracChangeset for help on using the changeset viewer.