Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elijah Grubb
emulab-devel
Commits
957cd6bd
Commit
957cd6bd
authored
Sep 29, 2014
by
Leigh Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix.
parent
dc93ff42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
protogeni/lib/GeniAM.pm.in
protogeni/lib/GeniAM.pm.in
+1
-1
No files found.
protogeni/lib/GeniAM.pm.in
View file @
957cd6bd
...
...
@@ -490,7 +490,7 @@ sub SliverStatus()
# include the expiration, converting to UTC
my $slice = GeniSlice->Lookup($slice_urn);
my @expires = gmtime(str2time($slice->expires()));
my $expires_str = POSIX::strftime("%Y-%m-%dT%H:%M:%S", @expires);
my $expires_str = POSIX::strftime("%Y-%m-%dT%H:%M:%S
Z
", @expires);
$status->{'
pg_expires
'} = $expires_str;
# Grab the keys (logins) for inclusion.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment